1 Star 1 Fork 1.5K

andy / Jpom

forked from dromara / Jpom 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 274 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
蒋小小 提交于 2019-06-07 22:20 . 指定travis jdk版本
language: java
jdk:
- openjdk8
script: "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V && mvn cobertura:cobertura"
notifications:
email: true
cache:
directories:
- '$HOME/.m2/repository'
after_success:
- bash <(curl -s https://codecov.io/bash)
Java
1
https://gitee.com/itestwork/Jpom.git
git@gitee.com:itestwork/Jpom.git
itestwork
Jpom
Jpom
master

搜索帮助