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

@ -9,6 +9,10 @@ jdk:
- oraclejdk9
- openjdk10
- openjdk11
cache:
directories:
- $HOME/.m2
before_install:
- echo "TRAVIS_JDK_VERSION is ${TRAVIS_JDK_VERSION}"