https://github.com/etcd-io/etcd
Raw File
Tip revision: 201bb4b3d82ff9b5fe2cc16cb0fd635bc01f8bac authored by Yicheng Qin on 13 August 2015, 23:01:09 UTC
*: bump to v2.2.0-alpha.1
Tip revision: 201bb4b
.travis.yml
language: go
sudo: false
go:
  - 1.4

install:
 - go get github.com/barakmich/go-nyet

script:
 - INTEGRATION=y ./test
back to top