Skip to content

Commit e741d14

Browse files
committed
Add sleep to .travis.yml in attempt to fix travis-ci/travis-ci/issues/4725
1 parent 56dd6fb commit e741d14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ script:
4343
xcodebuild -workspace PusherSwift.xcworkspace -scheme "$SCHEME" -destination "$DESTINATION" -sdk "$SDK" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test -enableCodeCoverage YES | xcpretty -tc;
4444
else
4545
xcodebuild -workspace PusherSwift.xcworkspace -scheme "$SCHEME" -destination "$DESTINATION" -sdk "$SDK" test -enableCodeCoverage YES | xcpretty -tc;
46-
fi
46+
fi
47+
after_success:
48+
- sleep 5

0 commit comments

Comments
 (0)