Help Travis by caching Maven dependencies

This commit is contained in:
Graham Triggs 2016-12-19 11:11:40 +00:00
parent 06200d37ec
commit ce85c363dc

View file

@ -8,6 +8,11 @@ env:
# Give Maven 1GB of memory to work with
- MAVEN_OPTS=-Xmx1024M
cache:
directories:
- .autoconf
- $HOME/.m2
install:
- git clone https://github.com/vivo-project/Vitro.git ../Vitro