소스 검색

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

불러오는 중...
취소
저장