1 Star 0 Fork 0

neuronbit/re2j

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 573 Bytes
一键复制 编辑 原始数据 按行查看 历史
James Ring 提交于 2020-06-02 21:16 . enable caching of gradle artifacts
dist: precise
language: java
jdk:
- oraclejdk8
# Works around an issue in Travis, see
# https://github.com/travis-ci/travis-ci/issues/5227.
#
# The fix below is due to @BanzaiMan, see
# https://github.com/travis-ci/travis-ci/issues/5227#issuecomment-165131913
addons:
hosts:
- test-host
hostname: test-host
after_success:
- ./gradlew cobertura coveralls
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/neuronbit/re2j.git
git@gitee.com:neuronbit/re2j.git
neuronbit
re2j
re2j
master

搜索帮助