https://github.com/etcd-io/etcd
Raw File
Tip revision: dc3e02728863044a793666b258be8a32f2929061 authored by Yicheng Qin on 28 August 2015, 17:26:32 UTC
*: bump to v2.2.0-rc.0
Tip revision: dc3e027
.travis.yml
language: go
sudo: false
go:
  - 1.4
  - 1.5

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

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