travis: require passing functional tests #520

This commit is contained in:
Simon Michael 2017-03-21 09:16:09 +00:00
parent fc9f4fedc6
commit d75f52eed3

View File

@ -32,6 +32,7 @@ script:
- git --version - git --version
- stack --version - stack --version
- stack +RTS -N2 -RTS build --test --haddock --no-haddock-deps --ghc-options=-Werror - 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 # coveralls.io coverage reports
# after_script: # after_script: