Skip to content

Commit

Permalink
Try to get travis build to stop failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Mar 10, 2019
1 parent 75e07d6 commit b27f63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ script:
set -ex
case "$BUILD" in
stack)
stack --no-terminal $ARGS test --bench --no-run-benchmarks --flag termonad:buildexamples
travis_wait 60 stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps --flag termonad:buildexamples
;;
cabal)
cabal install --enable-tests --enable-benchmarks --force-reinstalls --ghc-options=-O0 --reorder-goals --max-backjumps=-1 $CABALARGS $PACKAGES
Expand Down

0 comments on commit b27f63e

Please sign in to comment.