Преглед изворни кода

travis: Cache pip cache directory

INADA Naoki пре 9 година
родитељ
комит
154879297b
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -230,4 +230,5 @@ script:
 
 cache:
   directories:
-  - /home/testrunner/.m2/repository
+    - $HOME/.m2/repository
+    - $HOME/.cache/pip