140 Star 1.2K Fork 338

GVP符节开源 / jap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 337 Bytes
一键复制 编辑 原始数据 按行查看 历史
yadong.zhang 提交于 2021-02-18 13:35 . :ok_hand:.travis.yml
language: java
# Cobertura is not supported in JDK11 so you must downgrade the JDK that Travis uses if you want to use Cobertura with Travis.
# https://github.com/cobertura/cobertura/issues/381
jdk:
- openjdk8
sudo: false # faster builds
script: "mvn cobertura:cobertura"
after_success:
- bash <(curl -s https://codecov.io/bash)
Java
1
https://gitee.com/fujieid/jap.git
git@gitee.com:fujieid/jap.git
fujieid
jap
jap
master

搜索帮助