Skip to content

Commit

Permalink
Adding travis_wait command so builds don't timeout in Travis CI (cade…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetzgar authored Jan 18, 2019
1 parent 2205990 commit 5e40d42
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 @@ -44,7 +44,7 @@ before_script:
- mysql -u root -e "GRANT ALL PRIVILEGES ON *.* TO 'uber'@'localhost' IDENTIFIED BY 'uber';"

script:
- make cover_ci
- travis_wait 40 make cover_ci

after_success:
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)

0 comments on commit 5e40d42

Please sign in to comment.