Skip to content

Commit

Permalink
Use "travis_wait" for longer timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Mar 10, 2015
1 parent 299f94b commit aa594e5
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 @@ -42,7 +42,7 @@ install:
# Install the "haskell-src-exts" implicit dependency
- cabal install happy
# Build the library
- cabal build
- travis_wait cabal build
# Configure and build the remaining stuff
- cabal configure
$([ "$tests" = "1" ] && echo "--enable-tests")
Expand All @@ -52,4 +52,4 @@ install:

script:
- |
[ "$tests" = "1" ] && cabal test --show-details=always
[ "$tests" = "1" ] && travis_wait cabal test --show-details=always

0 comments on commit aa594e5

Please sign in to comment.