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.
This commit is contained in:
Akshay Mankar
2019-08-15 18:40:11 +01:00
parent a4aa9dfc19
commit 5267ffeb73

View File

@@ -223,7 +223,7 @@ script:
set -ex
case "$BUILD" in
stack)
travis_wait 30 stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps
stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps
;;
cabal)
cabal install --enable-tests --enable-benchmarks --force-reinstalls --ghc-options=-O0 --reorder-goals --max-backjumps=-1 $CABALARGS $PACKAGES