diff --git a/.travis.yml b/.travis.yml index c52b75b482dbdb3b0f7224978f3ab4aac967a4db..424e597d4cc57702d3de0f5f2008a170889eb9ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ script: - /opt/ghc/$GHCVER/bin/ghc --make -odir ./dist/setup -hidir ./dist/setup -i -i. ./dist/setup/setup.hs -o ./dist/setup/setup -Werror -threaded # the command cabal-install would use to build setup # Need extra dependencies for test suite + - cabal install http://github.com/ekmett/ansi-wl-pprint/archive/39757dc8247f972a476ec713721eb1717fec78fa.tar.gz - cabal install --only-dependencies --enable-tests - sudo /opt/ghc/$GHCVER/bin/ghc-pkg recache - /opt/ghc/$GHCVER/bin/ghc-pkg recache --user