Browse Source

Merge pull request #2001 from methane/travis-cache-pip

travis: Cache pip cache directory
Mike Smith 9 năm trước cách đây
mục cha
commit
67e9c3dbd8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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