From fbe739eb9b834aebf11caa0e5446f56df682f474 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz>
Date: Sat, 7 Feb 2015 22:49:29 +0100
Subject: [PATCH] travis: pip6 download cache

---
 .travis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 88743b632..3f97982b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,15 +3,13 @@ compiler:
     - gcc
 env:
     global:
-        - PIP_DOWNLOAD_CACHE="${HOME}/.pip-cache"
         - PATH="${PATH}:${HOME}/.local/bin"
         - PKG_CONFIG_PATH="${HOME}/fakeroot/lib/pkgconfig"
         - LD_LIBRARY_PATH="${HOME}/fakeroot/lib"
         - CFLAGS="${CFLAGS} -O0 -g -DNDEBUG"
 before_script:
     - ./scripts/bootstrap-depends.sh ${HOME}/fakeroot
-    - pip install --user travis -r tests/pydnstest/requirements.txt
-    - pip install --user travis cpp-coveralls
+    - pip install --user travis -r tests/pydnstest/requirements.txt cpp-coveralls
 script:
     - make check COVERAGE=1 LDFLAGS="-L${HOME}/fakeroot/lib"
     - coveralls -i lib -x ".c" --gcov-options '\-lp'
@@ -19,4 +17,4 @@ sudo: false
 cache:
     directories:
     - ${HOME}/fakeroot
-    - ${HOME}/.pip-cache
+    - ${HOME}/.cache/pip
-- 
GitLab