mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
Update .travis.yml
This commit is contained in:
17
.travis.yml
17
.travis.yml
@@ -9,18 +9,19 @@ addons:
|
|||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
#script: "mvn clean package -Dmaven.test.skip=true"
|
#script: "mvn clean package -Dmaven.test.skip=true"
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- develop
|
|
||||||
|
|
||||||
notifications:
|
|
||||||
email:
|
|
||||||
- binaryw@qq.com
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
|
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- develop
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- '$HOME/.m2/repository'
|
- '$HOME/.m2/repository'
|
||||||
- '$HOME/.sonar/cache'
|
- '$HOME/.sonar/cache'
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
- binaryw@qq.com
|
||||||
|
|||||||
Reference in New Issue
Block a user