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
cfda3eaec8
commit
74c5e5f3e7
11
.travis.yml
11
.travis.yml
@ -1,18 +1,10 @@
|
|||||||
language: java
|
language: java
|
||||||
#sudo: false
|
|
||||||
#install: true
|
|
||||||
#addons:
|
|
||||||
# sonarcloud:
|
|
||||||
# token:
|
|
||||||
# secure: "834110c7191f97ecb226970c46dcaff8e681da5a"
|
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk8
|
- openjdk8
|
||||||
script: "mvn clean package -DskipTests=true -Dcheckstyle.skip=true"
|
script: "mvn clean package -DskipTests=true -Dcheckstyle.skip=true"
|
||||||
|
|
||||||
#script:
|
|
||||||
# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
@ -20,7 +12,6 @@ branches:
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- '$HOME/.m2/repository'
|
- '$HOME/.m2/repository'
|
||||||
# - '$HOME/.sonar/cache'
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Loading…
Reference in New Issue
Block a user