summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-08-03 15:37:51 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-08-03 15:37:51 -0700
commitc7cc03fe39d43dc15b6366e1708561cfddd7a90d (patch)
treef7249f90072a106eb7f9747d29c42e5862053f8a /.travis.yml
parent867051049545b78bfb710b46b6f8da693f606b4b (diff)
traivs: Cache both ccache and pip
You apparently need to use one style, either the directories method or the not directories method.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
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