Skip to content

Commit

Permalink
tools: travis: also check for haddock errors
Browse files Browse the repository at this point in the history
Might generate haddock for all deps too.. let's see
  • Loading branch information
simonmichael committed Aug 26, 2015
1 parent d23d9ac commit 466192b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 466192b

Please sign in to comment.