mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-29 18:38:32 +08:00
指定travis jdk版本
This commit is contained in:
parent
d03efc260a
commit
25f90df2c4
@ -1,5 +1,7 @@
|
|||||||
language: java
|
language: java
|
||||||
|
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
script: "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V && mvn cobertura:cobertura"
|
script: "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V && mvn cobertura:cobertura"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
@ -7,7 +9,7 @@ notifications:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- '$HOME/.m2/repository'
|
- '$HOME/.m2/repository'
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
Loading…
Reference in New Issue
Block a user