We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6042678 commit 42d43a6Copy full SHA for 42d43a6
.travis.yml
@@ -51,6 +51,6 @@ script:
51
- 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
52
53
- swift build
54
-
55
after_success:
56
- bash <(curl -s https://codecov.io/bash)
+ - sleep 5 # Workaround for https://github.com/travis-ci/travis-ci/issues/4725
0 commit comments