1 Star 0 Fork 0

橙子/jaeger-lib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 725 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yuri Shkuro 提交于 2019-09-06 15:06 . Remove go modules (#76)
sudo: required
services:
- docker
language: go
go_import_path: github.com/uber/jaeger-lib
matrix:
include:
- go: 1.12.7
env:
- TEST=true
- COVERAGE=true
- USE_DEP=true
- go: 1.12.7
env:
- USE_GLIDE=true
- USE_DEP=false
- TEST=true
install:
- make install-ci USE_DEP=$USE_DEP
script:
- if [ "$COVERAGE" == true ]; then make test-ci ; else echo 'skipping tests'; fi
- if [ "$TEST" == true ]; then make test-only-ci ; else echo 'skipping tests'; fi
after_success:
- if [ "$COVERAGE" == true ]; then mv cover.out coverage.txt ; else echo 'skipping coverage'; fi
- if [ "$COVERAGE" == true ]; then bash <(curl -s https://codecov.io/bash) ; else echo 'skipping coverage'; fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuchengzhi/jaeger-lib.git
[email protected]:xuchengzhi/jaeger-lib.git
xuchengzhi
jaeger-lib
jaeger-lib
master

搜索帮助