Help Travis by caching Maven dependencies
This commit is contained in:
parent
aaa9ac6989
commit
05366f7ebe
1 changed files with 5 additions and 0 deletions
|
@ -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.'"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue