Merge pull request #496 from bcwaldon/droneio

test(ci): Replace travis.ci with drone.io
release-0.4
Brandon Philips 2014-01-21 12:28:52 -08:00
commit e87f3231a1
2 changed files with 1 additions and 12 deletions

View File

@ -1,11 +0,0 @@
language: go
go: 1.2
install:
- echo "Skip install"
before_script:
- ./build
script:
- ./test.sh

View File

@ -2,7 +2,7 @@
README version 0.2.0
[![Build Status](https://travis-ci.org/coreos/etcd.png)](https://travis-ci.org/coreos/etcd)
[![Build Status](https://drone.io/github.com/coreos/etcd/status.png)](https://drone.io/github.com/coreos/etcd/latest)
A highly-available key value store for shared configuration and service discovery.
etcd is inspired by zookeeper and doozer, with a focus on: