Skip to content

Commit

Permalink
revert(Linux): Remove 30 minute wait from Linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Oliveri committed Oct 19, 2018
1 parent 0198bc0 commit 1b4d734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./Scripts/run-tests.sh ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./Scripts/pod-lint.sh ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then swift build ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_wait 30 swift test ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then swift test ; fi
deploy:
- provider: script
script: npx semantic-release
Expand Down

0 comments on commit 1b4d734

Please sign in to comment.