Skip to content

Commit

Permalink
DO NOT MERGE: no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
petertseng committed Mar 23, 2016
1 parent fa6c423 commit 77dcf3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions _test/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 77dcf3c

Please sign in to comment.