diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f8650d2cb..a715ae367 100644 --- a/.travis.yml +++ b/.travis.yml @@ -108,7 +108,7 @@ script: - | case "$BUILD" in stack) - stack --no-terminal $ARGS test --haddock --no-haddock-deps + stack --no-terminal $ARGS test --haddock --no-haddock-deps --pedantic ;; cabal) cabal configure --enable-tests --enable-benchmarks -v2 --ghc-options="-O0 -Werror" |