From 25b8b606643e5877948129de0ee5615145a72dac Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 28 Jul 2015 16:30:59 -0700 Subject: [PATCH] tools: travis: disable .stack-work caching Maybe this is not needed, leave it off and watch builds for a while.. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ae91be36..4335136b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: false cache: directories: - $HOME/.stack/ - - $HOME/.stack-work/ + # - "$HOME/.stack-work/" before_install: - mkdir -p ~/.local/bin