Skip to content

Commit 64c8dc5

Browse files
committed
add sleep after travis finishes to make sure it can send the info to travis-ci before shutting down VM
1 parent 580d41d commit 64c8dc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ env:
1313
script:
1414
- if [[ "$TRAVIS_BRANCH" == "devel" ]]; then xcodebuild test -workspace OptimizelySDK.xcworkspace -scheme $SCHEME -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk $TEST_SDK -destination "platform=$PLATFORM,OS=$OS,name=$NAME"; fi
1515
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then xcodebuild test -workspace OptimizelySDK.xcworkspace -scheme $SCHEME -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk $TEST_SDK -destination "platform=$PLATFORM,OS=$OS,name=$NAME"; fi
16+
after_success:
17+
- sleep 5 # https://github.com/travis-ci/travis-ci/issues/4725
18+

0 commit comments

Comments
 (0)