Skip to content

Commit

Permalink
新增Travis CI的.travis.yml文件
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed Jan 14, 2019
1 parent 6910b70 commit 5b860ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: java
sudo: false # faster builds

jdk:
- oraclejdk7
- oraclejdk8
- openjdk6
- openjdk7

script: "mvn cobertura:cobertura"

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 5b860ef

Please sign in to comment.