1
0
mirror of synced 2026-02-05 01:27:48 +08:00

travis.yml

This commit is contained in:
yadong.zhang
2019-08-01 06:50:33 +08:00
parent 16918ea13f
commit 55459652b9

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: java
sudo: false # faster builds
jdk:
- openjdk8
script: "mvn cobertura:cobertura"
after_success:
- bash <(curl -s https://codecov.io/bash)