ソースを参照

add travis support

master
Daniel Qian 10年前
コミット
7e46113bbc
1個のファイルの変更13行の追加0行の削除
  1. +13
    -0
      .travis.yml

+ 13
- 0
.travis.yml ファイルの表示

@@ -0,0 +1,13 @@
language: java
jdk:
- oraclejdk7

script: "mvn clean deploy -Dmaven.test.skip=true"

branches:
only:
- develop

notifications:
email:
- chanjarster@gmail.com

読み込み中…
キャンセル
保存