1 Star 0 Fork 2

陈天 / go-mydumper

forked from mirrors_xelabs / go-mydumper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 265 Bytes
一键复制 编辑 原始数据 按行查看 历史
ttys3 提交于 2021-01-21 15:19 . ci: .travis.yml update to ubuntu focal
language: go
dist: focal
sudo: required
go:
- 1.15.x
before_install:
- go get github.com/stretchr/testify/assert
script:
- make
- make coverage
after_success:
# send coverage reports to Codecov
- bash <(curl -s https://codecov.io/bash) -f "!mock.go"
1
https://gitee.com/hakwolf/go-mydumper.git
git@gitee.com:hakwolf/go-mydumper.git
hakwolf
go-mydumper
go-mydumper
master

搜索帮助