tools: travis: also check for haddock errors

Might generate haddock for all deps too.. let's see
This commit is contained in:
Simon Michael 2015-08-26 10:36:51 -07:00
parent d23d9acf33
commit 466192b18e

View File

@ -27,7 +27,9 @@ install:
- stack +RTS -N2 -RTS build --only-snapshot - stack +RTS -N2 -RTS build --only-snapshot
script: 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 # coveralls.io coverage reports
# after_script: # after_script: