Browse Source

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

cache the content of the local Maven repository between builds
Mike Smith 9 years ago
parent
commit
55f5626397
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

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