Skip to content

Commit

Permalink
Minor: extending time limit on Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
timhutton authored Aug 8, 2016
1 parent 412d2e7 commit 1cc6f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ matrix:
compiler: clang

script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 30 .travis/ci_macosx.sh ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_wait 30 .travis/ci_ubuntu14.04.sh ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 40 .travis/ci_macosx.sh ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_wait 40 .travis/ci_ubuntu14.04.sh ; fi

0 comments on commit 1cc6f09

Please sign in to comment.