From e24eb155e7336d75989c2521ed2ed70f43474269 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 28 Mar 2017 18:44:13 -0700 Subject: [PATCH] tools: travis: try caching .stack-work too --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f38234611..55b848c61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,7 @@ cache: directories: - $HOME/.stack/ - $HOME/.local/bin/ + - .stack-work/ # - shelltestrunner/ # addons: