Skip to content

Commit 5267ffe

Browse files
committed
Remove travis_wait
As it may not be required with latest stack which prints a line for each module it compiles. Hopefully there are no modules which take more than 10 minutes to compile.
1 parent a4aa9df commit 5267ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ script:
223223
set -ex
224224
case "$BUILD" in
225225
stack)
226-
travis_wait 30 stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps
226+
stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps
227227
;;
228228
cabal)
229229
cabal install --enable-tests --enable-benchmarks --force-reinstalls --ghc-options=-O0 --reorder-goals --max-backjumps=-1 $CABALARGS $PACKAGES

0 commit comments

Comments
 (0)