Improve Travis CI build Performance
This commit is contained in:
parent
29ba623ebe
commit
e518d8db9c
|
@ -32,5 +32,10 @@ jdk:
|
|||
- openjdk-ea
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- jdk: openjdk-ea
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
|
Loading…
Reference in New Issue