Help Travis by caching Maven dependencies

This commit is contained in:
Graham Triggs 2016-12-19 11:02:03 +00:00
parent aaa9ac6989
commit 05366f7ebe

View file

@ -8,6 +8,11 @@ env:
# Give Maven 1GB of memory to work with
- MAVEN_OPTS=-Xmx1024M
cache:
directories:
- .autoconf
- $HOME/.m2
install:
- "echo 'Skipping install stage, dependencies will be downloaded during build and test stages.'"