From 91c87a8a5fd46c060270f1882d7bf705d8001c2e Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 27 Dec 2016 12:56:50 -0800 Subject: travis: cache pip packages --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3