travis: require the build to be warning-free #520

This commit is contained in:
Simon Michael 2017-03-21 08:59:57 +00:00
parent 4f00925ad5
commit fc9f4fedc6

View File

@ -31,7 +31,7 @@ install:
script:
- git --version
- stack --version
- stack +RTS -N2 -RTS build --test --haddock --no-haddock-deps
- stack +RTS -N2 -RTS build --test --haddock --no-haddock-deps --ghc-options=-Werror
# coveralls.io coverage reports
# after_script: