From fe39288ebf6796dfbc04d2e0bd75478717901c72 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Tue, 21 Jan 2014 11:41:07 -0800 Subject: [PATCH] test(ci): Replace travis.ci with drone.io --- .travis.yml | 11 ----------- README.md | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 23c73823c..000000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: go -go: 1.2 - -install: - - echo "Skip install" - -before_script: - - ./build - -script: - - ./test.sh diff --git a/README.md b/README.md index c38f00cd5..f0fc349c2 100644 --- a/README.md +++ b/README.md @@ -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: