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