19 Star 82 Fork 8

piaohao / godis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 464 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
piaohao 提交于 2019-07-03 19:07 . remove travis 386 platform
language: go
go:
- "1.12.x"
branches:
only:
- master
env:
- GO111MODULE=on
services:
- docker
- redis-server
addons:
hosts:
- local
before_install:
- pwd
install:
- cat /etc/hosts
script:
- docker run --rm -it -d -p 7000-7005:7000-7005 --net=host areyouok/redis-cluster
- sleep 10
- GOARCH=amd64 go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
Go
1
https://gitee.com/piaohao/godis.git
git@gitee.com:piaohao/godis.git
piaohao
godis
godis
master

搜索帮助