From 4b7bfb4e78a77ff0439812b7162b95a67cad9bd9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Oct 2015 16:01:26 +0000 Subject: [PATCH] Less Haddocks --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c8d12d3..fe763c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: