mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

We've been bitten by this enough times that I wrote a tool so that it never happens again.
13 lines
195 B
YAML
13 lines
195 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
|
|
- go get github.com/barakmich/go-nyet
|
|
|
|
script:
|
|
- INTEGRATION=y ./test
|