From 08f7ebc85d51932635d16c420e99d547d4a7eb81 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 24 Jul 2015 22:44:28 +0200 Subject: travis-ci: Enable cache for pip The new container-based infrastructure allow public projects to use the cache system to speed up the build. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7df53364c..4f96bc5b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,3 +39,8 @@ addons: - libssl-dev - python-gamin - python-selinux +cache: + directories: + - $HOME/.cache/pip +before_cache: + - rm -f $HOME/.cache/pip/log/debug.log -- cgit v1.2.3-1-g7c22