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
5acee3dc24
commit
12329d0a8c
17
.travis.yml
17
.travis.yml
@ -1,8 +1,14 @@
|
|||||||
language: java
|
language: java
|
||||||
|
sudo: false
|
||||||
|
install: true
|
||||||
|
addons:
|
||||||
|
sonarqube:
|
||||||
|
token:
|
||||||
|
secure: "834110c7191f97ecb226970c46dcaff8e681da5a"
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk7
|
- oraclejdk7
|
||||||
|
#script: "mvn clean package -Dmaven.test.skip=true"
|
||||||
script: "mvn clean package -Dmaven.test.skip=true"
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
@ -11,3 +17,10 @@ branches:
|
|||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- binaryw@qq.com
|
- binaryw@qq.com
|
||||||
|
|
||||||
|
script:
|
||||||
|
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- '$HOME/.m2/repository'
|
||||||
|
- '$HOME/.sonar/cache'
|
||||||
|
Loading…
Reference in New Issue
Block a user