travis: add --no-haddock-deps, should work now

This commit is contained in:
Simon Michael 2016-05-06 18:16:59 -07:00
parent ce344f9b96
commit f559cc8949

View File

@ -31,9 +31,7 @@ install:
script:
- git --version
- stack --version
- stack +RTS -N2 -RTS build --test --haddock
# - stack +RTS -N2 -RTS haddock --no-haddock-deps
# https://github.com/commercialhaskell/stack/issues/857
- stack +RTS -N2 -RTS build --test --haddock --no-haddock-deps
# coveralls.io coverage reports
# after_script: