Browse Source

cache the content of the local Maven repository between builds

Jochen Berger 9 years ago
parent
commit
9a39fe330f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -211,3 +211,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/.m2/repository