Explorar el Código

add travis support

master
Daniel Qian hace 10 años
padre
commit
7e46113bbc
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. +13
    -0
      .travis.yml

+ 13
- 0
.travis.yml Ver fichero

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

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

branches:
only:
- develop

notifications:
email:
- chanjarster@gmail.com

Cargando…
Cancelar
Guardar