From fc9f4fedc609bb2de18caeb70e77ca138b424579 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 21 Mar 2017 08:59:57 +0000 Subject: [PATCH] travis: require the build to be warning-free #520 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82388a664..667144b1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: