https://github.com/etcd-io/etcd
Raw File
Tip revision: bdee27b19e8601ffd7bd4f0481abe9bbae04bd09 authored by Gyu-Ho Lee on 13 January 2016, 22:07:39 UTC
*: bump to v2.2.4
Tip revision: bdee27b
.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