Skip to content

Commit

Permalink
Raise travis build time limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Nov 8, 2017
1 parent 1f5b6ed commit 6b69ac7
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 @@ -30,7 +30,7 @@ before_install:
- travis_retry curl -L https://www.stackage.org/stack/$STACK_OS | tar xz --strip-components=1 -C ~/.local/bin
- travis_wait 30 stack --no-terminal setup
script:
- travis_wait 30 stack --no-terminal build
- travis_wait 90 stack --no-terminal build
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 6b69ac7

Please sign in to comment.