mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-03 04:07:51 +08:00
10 lines
120 B
YAML
10 lines
120 B
YAML
language: go
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- tip
|
|
|
|
script:
|
|
- go vet $(go list ./...|grep -v "/vendor/")
|
|
- go test -v -race ./...
|