2 Star 0 Fork 0

mirrors_qiniu/gopher-lua

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuin 提交于 2019-02-06 13:34 . fix go list command
language: go
go:
- "1.9.x"
- "1.10.x"
- "1.11.x"
env:
global:
GO111MODULE=off
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
install:
- go get -u -v $(go list -f '{{join .Imports "\n"}}{{"\n"}}{{join .TestImports "\n"}}' ./... | sort | uniq | grep '\.' | grep -v gopher-lua)
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_qiniu/gopher-lua.git
git@gitee.com:mirrors_qiniu/gopher-lua.git
mirrors_qiniu
gopher-lua
gopher-lua
master

搜索帮助