mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
travis: require the build to be warning-free #520
This commit is contained in:
parent
4f00925ad5
commit
fc9f4fedc6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user