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

There is no need to install them separately because they have been downloaded in the default go root directory.
11 lines
119 B
YAML
11 lines
119 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.4
|
|
|
|
install:
|
|
- go get github.com/barakmich/go-nyet
|
|
|
|
script:
|
|
- INTEGRATION=y ./test
|