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