From 10a5017f4c617ba16ea9e6ea9897e495c3634603 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Thu, 11 Jun 2015 11:49:34 -0700 Subject: [PATCH] Cache bower cache. Speed up build by 1min/matrix item --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index af796acc0..7b5cb72e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ # http://travis-ci.org/#!/ipython/ipython language: python +cache: + directories: + - ~/.cache/bower python: - 3.4 - 2.7