Skip to content

Commit

Permalink
[ci] Cache maven dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Apr 3, 2019
1 parent 2a157ae commit bbaccda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,10 @@ jdk:
- oraclejdk11
- oraclejdk8

cache:
directories:
- $HOME/.m2

before_install:
- echo "MAVEN_OPTS='-Dlicense.skip=true'" > ~/.mavenrc

Expand Down

0 comments on commit bbaccda

Please sign in to comment.