File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,11 @@ before_install:
19
19
- export PATH=$HOME/.local/bin:$PATH
20
20
- curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
21
21
22
-
23
- install :
24
- - echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
25
- - travis_wait stack --no-terminal -j1 --install-ghc build --only-dependencies
26
-
27
22
script :
28
- - travis_wait stack --no-terminal -j1 build
23
+ # Set a timeout of 35 minutes. We could use travis_wait here, but travis_wait
24
+ # doesn't produce any output until the command finishes, and also doesn't
25
+ # always show all of the command's output.
26
+ - timeout 35m stack --no-terminal -j1 --install-ghc build
29
27
30
28
notifications :
31
29
email : true
You can’t perform that action at this time.
0 commit comments