summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2015-07-24 22:44:28 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2017-03-29 13:29:57 +0200
commit08f7ebc85d51932635d16c420e99d547d4a7eb81 (patch)
tree74f9fef83bac5b302d44f811346ffac9979ceebe /.travis.yml
parent083b5dcd6937987ac23e8316c36e793ce78eec47 (diff)
downloadbcfg2-08f7ebc85d51932635d16c420e99d547d4a7eb81.tar.gz
bcfg2-08f7ebc85d51932635d16c420e99d547d4a7eb81.tar.bz2
bcfg2-08f7ebc85d51932635d16c420e99d547d4a7eb81.zip
travis-ci: Enable cache for pip
The new container-based infrastructure allow public projects to use the cache system to speed up the build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
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