mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
12 lines
156 B
YAML
12 lines
156 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.4
|
|
|
|
install:
|
|
- go get golang.org/x/tools/cmd/cover
|
|
- go get golang.org/x/tools/cmd/vet
|
|
|
|
script:
|
|
- INTEGRATION=y ./test
|