From d75f52eed3bf8926a4f6be5cd6526582cea81629 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 21 Mar 2017 09:16:09 +0000 Subject: [PATCH] travis: require passing functional tests #520 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 667144b1a..0b5376dd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ script: - git --version - stack --version - stack +RTS -N2 -RTS build --test --haddock --no-haddock-deps --ghc-options=-Werror + - COLUMNS=80 stack exec -- shelltest --execdir -- -j16 tests # coveralls.io coverage reports # after_script: