diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 487e3cb98..d7f7612ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' |