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: