Less Haddocks

This commit is contained in:
Michael Snoyman 2015-10-15 16:01:26 +00:00
parent b98bcfcf4a
commit 4b7bfb4e78

View File

@ -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: