https://github.com/etcd-io/etcd
Raw File
Tip revision: 75f8282eef351ed09ab29f362a92001bd9b10bf3 authored by Yicheng Qin on 16 October 2015, 04:31:51 UTC
*: bump to v2.2.1
Tip revision: 75f8282
.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