From 54777dfbd1d3cb7d88a6e76193f3d5337fc373b0 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Mon, 24 Jul 2017 18:45:42 +0200 Subject: [PATCH] Revert "Travis: try not caching .ghc." This reverts commit 434309802ca86b1862dae4ebf47fd4904876c522. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 27682a2a2..9ad669d66 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