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:
John MacFarlane 2014-04-09 10:03:00 -07:00
commit 91bc446e4b

View file

@ -5,4 +5,4 @@ before_install:
install:
- cabal-dev install-deps --enable-tests
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'