summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-12-27 12:56:50 -0800
committerDylan Baker <dylan@pnwbakers.com>2016-12-27 12:56:50 -0800
commit91c87a8a5fd46c060270f1882d7bf705d8001c2e (patch)
tree50c89feb02ec499ca694957e3eb4239b3dbfa77d /.travis.yml
parentd5ea31204df5c41d798003d16222dec2c6ab0ed5 (diff)
travis: cache pip packages
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d7fc5916..3e1f878a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
language: python
+# Cache pip objects to speed up next build
+cache: pip
+
# We need a newer version of zlib to build notmuch from source as is available
# in precise.
dist: trusty