未验证 提交 1230a0a5 编写于 作者: P Phodal Huang

feat: lets support multiple go version again....

上级 e76142be
language: go
go:
- 1.12.x
- 1.13.x
- tip
os:
- linux
- osx
- windows
env:
global:
......@@ -32,10 +39,5 @@ before_install:
script:
- go test -v $(go list ./... | grep -v /languages/) -race -coverprofile=coverage.txt -covermode=atomic
os:
- linux
- osx
- windows
after_success:
- bash <(curl -s https://codecov.io/bash)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册