aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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