Revert "travis: try adding 'ghc-pkg recache'."

This reverts commit 57978fa3b3.
This commit is contained in:
John MacFarlane 2018-06-29 19:56:20 +02:00
parent 57978fa3b3
commit afb1241edc

View file

@ -115,7 +115,6 @@ install:
travis_retry cabal update
case "$GHCVER" in
7.10.3)
ghc-pkg recache && \
cabal install --disable-optimization --force-reinstalls yaml-0.8.30 && \
cabal install -v1 --disable-optimization --flags="$FLAGS" --enable-tests --force-reinstalls --reorder-goals --max-backjumps=-1 $CABALARGS
;;