Help Travis by caching Maven dependencies
This commit is contained in:
parent
06200d37ec
commit
ce85c363dc
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ env:
|
||||||
# Give Maven 1GB of memory to work with
|
# Give Maven 1GB of memory to work with
|
||||||
- MAVEN_OPTS=-Xmx1024M
|
- MAVEN_OPTS=-Xmx1024M
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- .autoconf
|
||||||
|
- $HOME/.m2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/vivo-project/Vitro.git ../Vitro
|
- git clone https://github.com/vivo-project/Vitro.git ../Vitro
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue