From 862d92f09a394a318a554fc7e5ec1b4ab0da1a2a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 24 Jul 2017 18:45:49 +0200 Subject: Revert "Travis: Try not caching .cabal." This reverts commit 5370c38203c1084d7f81abe582ebfec06ebc7d79. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9ad669d66..dbccb151c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ language: generic cache: directories: - $HOME/.ghc + - $HOME/.cabal - $HOME/.stack -# - $HOME/.cabal # The different configurations we want to test. We have BUILD=cabal which uses # cabal-install, and BUILD=stack which uses Stack. More documentation on each -- cgit v1.2.3