Skip to content

Commit

Permalink
Improve Travis CI build Performance (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhang22 authored Aug 17, 2021
1 parent 97b217d commit d2d5115
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ before_install:
- export MAVEN_SKIP_RC=true

matrix:
fast_finish: true
include:
- env: JDK='Oracle JDK 8'
jdk: oraclejdk8
Expand All @@ -49,3 +50,7 @@ script:
after_script:
- mysql -e 'DROP DATABASE test;'


cache:
directories:
- $HOME/.m2

0 comments on commit d2d5115

Please sign in to comment.