mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
add travis support
This commit is contained in:
parent
1e94c452ba
commit
7e46113bbc
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
|
Loading…
Reference in New Issue
Block a user