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: