mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-19 15:41:56 +01:00
Less Haddocks
This commit is contained in:
parent
b98bcfcf4a
commit
4b7bfb4e78
@ -30,9 +30,9 @@ before_install:
|
|||||||
# around some quirks in Travis's terminal implementation.
|
# around some quirks in Travis's terminal implementation.
|
||||||
script:
|
script:
|
||||||
# Avoid running out of memory on Travis
|
# Avoid running out of memory on Travis
|
||||||
- stack $ARGS --no-terminal --install-ghc build --haddock haskell-src-exts
|
- stack $ARGS --no-terminal --install-ghc build haskell-src-exts
|
||||||
|
- stack $ARGS --no-terminal --install-ghc install hscolour
|
||||||
- stack $ARGS --no-terminal --install-ghc test --haddock # --pedantic
|
- stack $ARGS --no-terminal --install-ghc test --haddock --no-haddock-deps # --pedantic
|
||||||
|
|
||||||
# Caching so the next build will be fast too.
|
# Caching so the next build will be fast too.
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user