aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-07-24 18:45:49 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-07-24 18:45:49 +0200
commit862d92f09a394a318a554fc7e5ec1b4ab0da1a2a (patch)
tree7a0438d8bb0cae1ec7d47b642899108f3b58b373 /.travis.yml
parent54777dfbd1d3cb7d88a6e76193f3d5337fc373b0 (diff)
downloadpandoc-862d92f09a394a318a554fc7e5ec1b4ab0da1a2a.tar.gz
Revert "Travis: Try not caching .cabal."
This reverts commit 5370c38203c1084d7f81abe582ebfec06ebc7d79.
Diffstat (limited to '.travis.yml')
-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