1 Star 0 Fork 993

狐狸哈哈 / soul

forked from Apache ShenYu / shenyu 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 408 Bytes
一键复制 编辑 原始数据 按行查看 历史
tuohai666 提交于 2020-09-01 21:52 . add travis
language: java
jdk:
- openjdk8
install: true
cache:
directories:
- "$HOME/.m2"
before_script:
- echo "MAVEN_OPTS='-Xmx1024m -XX:MaxMetaspaceSize=256m'" > ~/.mavenrc
script:
- travis_wait 30 mvn --batch-mode --no-transfer-progress clean install cobertura:cobertura -Dmaven.javadoc.skip=true
after_success:
- bash <(curl -s https://codecov.io/bash)
after_failure:
- echo "build failed!"
Java
1
https://gitee.com/wsjicesor/soul.git
git@gitee.com:wsjicesor/soul.git
wsjicesor
soul
soul
master

搜索帮助