Skip to content

Commit 42d43a6

Browse files
author
Tom Baranes
committed
Add a sleep to encounter travis timeout
1 parent 6042678 commit 42d43a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ script:
5151
- if [ $RUN_TESTS != "YES" ]; then xcodebuild clean build -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO | xcpretty -c; fi
5252

5353
- swift build
54-
5554
after_success:
5655
- bash <(curl -s https://codecov.io/bash)
56+
- sleep 5 # Workaround for https://github.com/travis-ci/travis-ci/issues/4725

0 commit comments

Comments
 (0)