From 434309802ca86b1862dae4ebf47fd4904876c522 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 24 Jul 2017 17:32:17 +0200 Subject: Travis: try not caching .ghc. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9ad669d66..27682a2a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ language: generic # Caching so the next build will be fast too. cache: directories: - - $HOME/.ghc +# - $HOME/.ghc - $HOME/.stack # - $HOME/.cabal -- cgit v1.2.3