https://github.com/etcd-io/etcd
Raw File
Tip revision: 00c32ef022da61a287a3920a5d1216f277ffdba3 authored by Yicheng Qin on 29 June 2015, 20:31:00 UTC
*: bump to v2.1.0-rc.0
Tip revision: 00c32ef
.travis.yml
language: go
sudo: false
go:
  - 1.4

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

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