weixin-java-tools/.travis.yml
2019-08-10 20:30:30 +08:00

19 lines
241 B
YAML

language: java
jdk:
- openjdk8
script: "mvn clean package -DskipTests=true -Dcheckstyle.skip=true"
branches:
only:
- develop
cache:
directories:
- '$HOME/.m2/repository'
notifications:
email:
- binarywang@vip.qq.com