From fc8c26005ca11ecc9055642fd20fc8ffc6c80dfa Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 10 Dec 2015 18:16:49 -0800 Subject: [PATCH] Change Travis caching to be less invasive --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f12d318b5d4..c0edf5976a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ sudo: false language: python -cache: - directories: - - $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/ +cache: pip python: - - 3.4.2 - - 3.5.0 + - 3.4 + - 3.5 install: - script/bootstrap_server script: