mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
12 lines
127 B
YAML
12 lines
127 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.4
|
|
- 1.5
|
|
|
|
install:
|
|
- go get github.com/barakmich/go-nyet
|
|
|
|
script:
|
|
- INTEGRATION=y ./test
|