1 Star 0 Fork 49

周六有雨 / apidoc

forked from caixw / apidoc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 269 Bytes
一键复制 编辑 原始数据 按行查看 历史
caixw 提交于 2019-10-30 23:33 . 调整样式
language: go
os:
- linux
- osx
- windows
go:
- tip
- 1.13.x
script:
- go generate -v ./...
- go test -v -coverprofile=coverage.txt -covermode=atomic ./...
after_success: bash <(curl -s https://codecov.io/bash)
matrix:
allow_failures:
- go: tip
Go
1
https://gitee.com/twoyearsold/apidoc.git
git@gitee.com:twoyearsold/apidoc.git
twoyearsold
apidoc
apidoc
master

搜索帮助