1 Star 0 Fork 22

赵广志/gnet

forked from Gitee 极速下载/gnet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 566 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: go
env:
- GO111MODULE=on
dist: bionic
os:
- linux
- osx
- windows
go:
- 1.11.x
- 1.12.x
- 1.13.x
# - master
before_install:
- if [[ "${GO111MODULE}" = "on" ]]; then mkdir "${HOME}/go"; export GOPATH="${HOME}/go"; fi
go_import_path: github.com/panjf2000/gnet
script:
- go test -v -coverprofile=coverage.txt -covermode=count -timeout 30s
after_success:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then curl -s https://codecov.io/bash > .codecov && chmod +x .codecov && ./.codecov; else bash <(curl -s https://codecov.io/bash); fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/zgzwelldone/gnet.git
git@gitee.com:zgzwelldone/gnet.git
zgzwelldone
gnet
gnet
master

搜索帮助