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