Merge pull request #1228 from tarleb/travis-fail-on-warnings
Force failure of a Travis build if GHC produces warnings
This commit is contained in:
commit
91bc446e4b
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- cabal-dev install-deps --enable-tests
|
- cabal-dev install-deps --enable-tests
|
||||||
script:
|
script:
|
||||||
- 'cabal-dev configure --enable-tests && cabal-dev build && cabal-dev test'
|
- 'cabal-dev configure --enable-tests && cabal-dev build --ghc-options=-Werror && cabal-dev test'
|
||||||
|
|
Loading…
Reference in a new issue