Skip to content

Commit

Permalink
Cache Maven dependencies (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
cotsog authored and lhazlewood committed Oct 5, 2019
1 parent ebdb442 commit a9e5b47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jdk:
- oraclejdk9
- openjdk10
- openjdk11

cache:
directories:
- $HOME/.m2

before_install:
- echo "TRAVIS_JDK_VERSION is ${TRAVIS_JDK_VERSION}"
Expand Down

0 comments on commit a9e5b47

Please sign in to comment.