Skip to content

Commit

Permalink
Merge pull request zeroturnaround#143 from YunLemon/Modify_Travis_1
Browse files Browse the repository at this point in the history
Improve Travis CI build Performance
  • Loading branch information
toomasr authored Aug 24, 2021
2 parents 8175140 + 27ae6e4 commit be22f0e
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 @@ -11,3 +11,7 @@ jdk:
script:
- jdk_switcher use $TRAVIS_JDK_VERSION
- ./mvnw test -Dmaven.javadoc.skip=true

cache:
directories:
- $HOME/.m2

0 comments on commit be22f0e

Please sign in to comment.