mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 12:18:29 +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.
|
||||
script:
|
||||
# Avoid running out of memory on Travis
|
||||
- stack $ARGS --no-terminal --install-ghc build --haddock haskell-src-exts
|
||||
|
||||
- stack $ARGS --no-terminal --install-ghc test --haddock # --pedantic
|
||||
- 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 --no-haddock-deps # --pedantic
|
||||
|
||||
# Caching so the next build will be fast too.
|
||||
cache:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user