mirror of https://github.com/jwtk/jjwt.git
Cache Maven dependencies (#513)
This commit is contained in:
parent
ebdb4426f6
commit
a9e5b47daa
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue