add travis support

This commit is contained in:
Daniel Qian 2015-02-09 09:30:44 +08:00
parent 1e94c452ba
commit 7e46113bbc

13
.travis.yml Normal file
View 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