From 77dcf3cc88c2f5d3930b306a875fa0fe2ae53715 Mon Sep 17 00:00:00 2001 From: Peter Tseng Date: Wed, 23 Mar 2016 06:29:59 -0700 Subject: [PATCH] DO NOT MERGE: no cache --- .travis.yml | 5 +---- _test/bootstrap.sh | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a8814d90..547c37764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,7 @@ env: - GHCVER=7.6.3 - GHCVER=7.8.4 - GHCVER=7.10.1 -cache: - directories: - - '$HOME/.ghc' - - '$HOME/.cabal' +cache: false before_install: - './_test/bootstrap.sh' install: diff --git a/_test/bootstrap.sh b/_test/bootstrap.sh index da7fc4f40..19c7e4bf7 100755 --- a/_test/bootstrap.sh +++ b/_test/bootstrap.sh @@ -8,6 +8,10 @@ fi if [ ! -z "$CABALVER" ]; then export PATH=/opt/cabal/${CABALVER}/bin:$PATH fi + +# DO NOT MERGE: Debug what cabal is doing, what's the before and after? +ghc-pkg list + cabal update # This is a fairly minimal set cabal install \