From 5142aab11e8626bdb5059aee5f2ac474e9215206 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Dec 2015 15:53:55 +0200 Subject: [PATCH] Add the Stackage curator cache to the Travis cache --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 61a4ac75..639486b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,3 +35,4 @@ script: cache: directories: - $HOME/.stack + - $HOME/.stackage/curator/cache