https://github.com/etcd-io/etcd
Revision 8670e1b7aad03be94f5c22c21b80e179cdc0d99d authored by Ben Johnson on 12 October 2013, 21:56:43 UTC, committed by Ben Johnson on 12 October 2013, 21:56:43 UTC
1 parent bb94015
Raw File
Tip revision: 8670e1b7aad03be94f5c22c21b80e179cdc0d99d authored by Ben Johnson on 12 October 2013, 21:56:43 UTC
Refactored.
Tip revision: 8670e1b
.travis.yml
language: go
go: 1.1

install:
 - echo "Skip install"

script:
 - ./test.sh
back to top