Skip to content

Commit

Permalink
Add missing set -ex/+ex
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Mar 30, 2016
1 parent 61fac06 commit 966979c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ install:
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- if [ -f configure.ac ]; then autoreconf -i; fi
- |
set -ex
case "$BUILD" in
stack)
stack --no-terminal --install-ghc $ARGS test --only-dependencies
Expand All @@ -148,6 +149,7 @@ install:
cabal install hspec-discover
;;
esac
set +ex
script:
- |
Expand Down

0 comments on commit 966979c

Please sign in to comment.