mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
14 lines
172 B
YAML
14 lines
172 B
YAML
language: java
|
|
jdk:
|
|
- oraclejdk7
|
|
|
|
script: "mvn clean deploy -Dmaven.test.skip=true"
|
|
|
|
branches:
|
|
only:
|
|
- develop
|
|
|
|
notifications:
|
|
email:
|
|
- chanjarster@gmail.com
|