1 Star 0 Fork 13

/coca

forked from Thoughtworks/coca 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 660 Bytes
一键复制 编辑 原始数据 按行查看 历史
phodal 提交于 2021-01-17 15:18 . docs: update build for travis
language: go
go:
- 1.14.x
- 1.15.x
os:
- linux
- osx
- windows
env:
global:
- GO111MODULE=on
- PATH=${TRAVIS_BUILD_DIR}/bin:${PATH}
addons:
apt:
packages:
- graphviz
before_script:
- go get github.com/onsi/gomega
- go get github.com/onsi/ginkgo/ginkgo
- go get github.com/modocache/gover
- go get github.com/mattn/goveralls
git:
depth: 1
install: true
before_install:
- go get -t -v $(go list ./... | grep -v /languages/)
script:
- go test -v $(go list ./... | grep -v /languages/) -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...
after_success:
- bash <(curl -s https://codecov.io/bash)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yyds2023/coca.git
git@gitee.com:yyds2023/coca.git
yyds2023
coca
coca
master

搜索帮助