aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-07-24 16:30:56 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-07-24 16:30:56 +0200
commit5370c38203c1084d7f81abe582ebfec06ebc7d79 (patch)
tree54c058e6ec27edbb317ef29278d7635dbeb2fa0c /.travis.yml
parent214e7919b7e8e99a6ffa984a4638ae88647187f4 (diff)
downloadpandoc-5370c38203c1084d7f81abe582ebfec06ebc7d79.tar.gz
Travis: Try not caching .cabal.
Hoping this solves the problems with recent builds.
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 dbccb151c..9ad669d66 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