diff --git a/.travis.yml b/.travis.yml index 12be79a956..d9107249d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ install: esac script: - - case "$BUILD" in + - set -e; case "$BUILD" in stack) stack --no-terminal test --haddock --no-haddock-deps;; cabal)