weixin-java-tools/.travis.yml
2022-06-21 22:15:17 +08:00

18 lines
235 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:
- a@binarywang.com