mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-12-03 11:54:03 +08:00
add travis support
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
language: java
|
||||||
|
jdk:
|
||||||
|
- oraclejdk7
|
||||||
|
|
||||||
|
script: "mvn clean deploy -Dmaven.test.skip=true"
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- develop
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
- chanjarster@gmail.com
|
||||||
Reference in New Issue
Block a user