Skip to content

Commit c5c078e

Browse files
author
Zdravko
authored
Merge pull request #202 from NativeScript/dtodorov/travis-git-depth
test: test if travis respects the git-depth value
2 parents 050f973 + 1f2e257 commit c5c078e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ env:
77
- IOS_PACKAGE_FOLDER=$TRAVIS_BUILD_DIR/demo/platforms/ios/build/emulator
88
- IOS_SAUCE_STORAGE="https://saucelabs.com/rest/v1/storage/$SAUCE_USER/$IOS_PACKAGE?overwrite=true"
99

10+
git:
11+
depth: 1
12+
1013
branches:
1114
only:
1215
- master

0 commit comments

Comments
 (0)