1 Star 0 Fork 0

Wayne_Hung / lint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 230 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo: false
language: go
go:
- 1.10.x
- 1.11.x
- master
go_import_path: golang.org/x/lint
install:
- go get -t -v ./...
script:
- go test -v -race ./...
matrix:
allow_failures:
- go: master
fast_finish: true
1
https://gitee.com/cykon/lint.git
git@gitee.com:cykon/lint.git
cykon
lint
lint
master

搜索帮助