mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: travis: also check for haddock errors
Might generate haddock for all deps too.. let's see
This commit is contained in:
parent
d23d9acf33
commit
466192b18e
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user