1 Star 2 Fork 4

猎隼丶止戈/javamelody

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Eugene Kortov 提交于 2019-12-27 23:03 . add travisci and peportci (#882)
language: java
dist: trusty
before_script: "curl -s https://raw.githubusercontent.com/report-ci/scripts/master/annotate.py > annotate.py"
matrix:
include:
- jdk: openjdk8
script:
- mvn clean package && mvn clean test --log-file maven.log
before_cache:
# Don't cache the artifacts we just generated, for multiple reasons: (1) we
# shouldn't need them next time around and (2) if we do, that indicates a
# dependency issue which might otherwise go unnoticed until next time we bump
# the project's version (i.e., when tagging).
- find "${HOME}/.m2/repository" -depth -name '*-SNAPSHOT' -exec rm -r '{}' \;
cache:
directories:
# The local Maven repository in which third party dependencies are stored.
- ${HOME}/.m2/repository
after_failure:
- curl -s https://raw.githubusercontent.com/report-ci/scripts/master/annotate.py | python - --tool java --input maven.log
after_script:
- python <(curl -s https://raw.githubusercontent.com/report-ci/scripts/master/upload.py)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/nn200433/javamelody.git
[email protected]:nn200433/javamelody.git
nn200433
javamelody
javamelody
master

搜索帮助