From c7cc03fe39d43dc15b6366e1708561cfddd7a90d Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 3 Aug 2017 15:37:51 -0700 Subject: traivs: Cache both ccache and pip You apparently need to use one style, either the directories method or the not directories method. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8e35da21..02428227 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,7 @@ sudo: True # Cache pip objects to speed up next build cache: pip: True - directories: - - $HOME/.ccache + ccache: True # We need a newer version of zlib to build notmuch from source as is available -- cgit v1.2.3