From 466192b18e6bc5a3a50abc0eca96371e452902be Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 26 Aug 2015 10:36:51 -0700 Subject: [PATCH] tools: travis: also check for haddock errors Might generate haddock for all deps too.. let's see --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2a6f6276..7a5ea5437 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,9 @@ install: - stack +RTS -N2 -RTS build --only-snapshot script: - - stack +RTS -N2 -RTS build --test + - stack +RTS -N2 -RTS build --test --haddock +# - stack +RTS -N2 -RTS haddock --no-haddock-deps +# https://github.com/commercialhaskell/stack/issues/857 # coveralls.io coverage reports # after_script: