瀏覽代碼

Merge pull request #1867 from jochenberger/add-travis-cache

cache the content of the local Maven repository between builds
Mike Smith 9 年之前
父節點
當前提交
55f5626397
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -212,3 +212,7 @@ before_script:
 script:
   # Pick one test in this directory and verify
   - time ./toolset/run-ci.py verify "$TESTDIR"
+
+cache:
+  directories:
+  - /home/testrunner/.m2/repository