https://github.com/etcd-io/etcd
Raw File
Tip revision: ca540b23dc9b225ec9c00754e6493281afe60f8b authored by Yicheng Qin on 21 July 2015, 17:24:11 UTC
Merge pull request #3158 from yichengq/exp-auth
Tip revision: ca540b2
.travis.yml
language: go
sudo: false
go:
  - 1.4

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

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