Cache Maven dependencies (#513)

This commit is contained in:
Dominic Jodoin 2019-10-05 13:08:52 -04:00 committed by Les Hazlewood
parent ebdb4426f6
commit a9e5b47daa
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ jdk:
- openjdk10
- openjdk11
cache:
directories:
- $HOME/.m2
before_install:
- echo "TRAVIS_JDK_VERSION is ${TRAVIS_JDK_VERSION}"
- export MVN_CMD="./mvnw --no-transfer-progress" # hide verbose download messages (log spam)