diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-07-24 18:45:42 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-07-24 18:45:42 +0200 |
commit | 54777dfbd1d3cb7d88a6e76193f3d5337fc373b0 (patch) | |
tree | 54c058e6ec27edbb317ef29278d7635dbeb2fa0c | |
parent | 434309802ca86b1862dae4ebf47fd4904876c522 (diff) | |
download | pandoc-54777dfbd1d3cb7d88a6e76193f3d5337fc373b0.tar.gz |
Revert "Travis: try not caching .ghc."
This reverts commit 434309802ca86b1862dae4ebf47fd4904876c522.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 27682a2a2..9ad669d66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ language: generic # Caching so the next build will be fast too. cache: directories: -# - $HOME/.ghc + - $HOME/.ghc - $HOME/.stack # - $HOME/.cabal |