Przeglądaj źródła

add travis support

master
Daniel Qian 10 lat temu
rodzic
commit
7e46113bbc
1 zmienionych plików z 13 dodań i 0 usunięć
  1. +13
    -0
      .travis.yml

+ 13
- 0
.travis.yml Wyświetl plik

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

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

branches:
only:
- develop

notifications:
email:
- chanjarster@gmail.com

Ładowanie…
Anuluj
Zapisz