Browse Source

add travis support

master
Daniel Qian 10 years ago
parent
commit
7e46113bbc
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      .travis.yml

+ 13
- 0
.travis.yml 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

Loading…
Cancel
Save