Skip to content

Commit 82427f3

Browse files
authored
Use travis_wait
1 parent 223dc91 commit 82427f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ before_install:
2222

2323
install:
2424
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
25-
- stack --no-terminal -j1 --install-ghc build --only-dependencies
25+
- travis_wait stack --no-terminal -j1 --install-ghc build --only-dependencies
2626

2727
script:
28-
- stack --no-terminal -j1 build
28+
- travis_wait stack --no-terminal -j1 build
2929

3030
notifications:
3131
email: true

0 commit comments

Comments
 (0)