From a7c46499eb0d226bfbb82033aef126d2abcddf79 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Sat, 12 Sep 2015 19:28:39 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index efb42b82..e4023a27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ os: # cache: # directories: # - $HOME/miniconda/ +# - $HOME/.cache/pip env: - PYTHON_VERSION=2.7 @@ -57,7 +58,3 @@ before_script: script: - nosetests GPy.testing - -cache: - directories: - - $HOME/.cache/pip