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