2 Star 3 Fork 0

wl4g / kafka_offset_tool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
wl4g 提交于 2021-09-13 15:58 . fix: build script
language: go
go:
- 1.12.x
go_import_path: https://github.com/wl4g/kafka_offset_tool
# This ensures that the local cache is filled before running the CI.
# travis_retry retries the command 3 times if it fails as we've experienced
# random issues on Travis.
before_install:
#- travis_retry make deps
- travis_retry make
# See: https://docs.travis-ci.com/user/notifications
notifications:
email:
recipients:
- 983708408@qq.com
- 1154635107@qq.com
on_success: always # default: change
on_failure: always # default: always
script:
#- make check_license style unused test lint check_assets
- git diff --exit-code
Go
1
https://gitee.com/wl4g/kafka_offset_tool.git
git@gitee.com:wl4g/kafka_offset_tool.git
wl4g
kafka_offset_tool
kafka_offset_tool
master

搜索帮助