We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223dc91 commit 82427f3Copy full SHA for 82427f3
.travis.yml
@@ -22,10 +22,10 @@ before_install:
22
23
install:
24
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
25
- - stack --no-terminal -j1 --install-ghc build --only-dependencies
+ - travis_wait stack --no-terminal -j1 --install-ghc build --only-dependencies
26
27
script:
28
- - stack --no-terminal -j1 build
+ - travis_wait stack --no-terminal -j1 build
29
30
notifications:
31
email: true
0 commit comments