Skip to content

Commit

Permalink
Give Travis more time to build the package
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Oct 29, 2017
1 parent 59bc18d commit eb45ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ install:

script:
- cabal configure --enable-tests --enable-coverage -v2 -f dev
- travis_wait 30 cabal build
- travis_wait 60 cabal build
- cabal test --show-details=always
- cabal sdist
- cabal haddock | grep "100%" | wc -l | grep "8"
Expand Down

0 comments on commit eb45ef4

Please sign in to comment.