Browse Source

Merge pull request #496 from bcwaldon/droneio

test(ci): Replace travis.ci with drone.io
Brandon Philips 12 years ago
parent
commit
e87f3231a1
2 changed files with 1 additions and 12 deletions
  1. 0 11
      .travis.yml
  2. 1 1
      README.md

+ 0 - 11
.travis.yml

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

+ 1 - 1
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: