diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-07-24 18:45:49 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-07-24 18:45:49 +0200 |
commit | 862d92f09a394a318a554fc7e5ec1b4ab0da1a2a (patch) | |
tree | 7a0438d8bb0cae1ec7d47b642899108f3b58b373 | |
parent | 54777dfbd1d3cb7d88a6e76193f3d5337fc373b0 (diff) | |
download | pandoc-862d92f09a394a318a554fc7e5ec1b4ab0da1a2a.tar.gz |
Revert "Travis: Try not caching .cabal."
This reverts commit 5370c38203c1084d7f81abe582ebfec06ebc7d79.
-rw-r--r-- | .travis.yml | 2 |
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 |