diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9ad669d66..27682a2a2 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 |