加入 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化