19 Star 54 Fork 0

Gitee 极速下载 / rpcx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/smallnest/rpcx
克隆/下载
.travis.yml 357 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸟窝 提交于 2021-09-17 20:18 . update travis
language: go
go:
- 1.17.x
env:
- GO111MODULE=on
before_script:
- rm -f go.sum
- go get -tags "quic kcp" -v github.com/smallnest/rpcx@HEAD
- go get github.com/mattn/goveralls
script:
- go test -v ./...
- goveralls -service=travis-ci
notifications:
email:
recipients: smallnest@gmail.com
on_success: change
on_failure: always
Go
1
https://gitee.com/mirrors/rpcx.git
git@gitee.com:mirrors/rpcx.git
mirrors
rpcx
rpcx
master

搜索帮助