]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Move CI to drone.io
authorMatt Joiner <anacrolix@gmail.com>
Mon, 20 Jul 2015 08:48:23 +0000 (18:48 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 20 Jul 2015 08:48:23 +0000 (18:48 +1000)
Codeship keeps breaking, and is too painful to use.

README.md

index efd01d6e73f36e018c5456757131b0d39e2901f2..3d08636109f04eedf423786ed084eae35a82d680 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # torrent
 
 [![Join the chat at https://gitter.im/anacrolix/torrent](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/anacrolix/torrent?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-[![Codeship](https://www.codeship.io/projects/a2811d30-b0ce-0132-8983-5e604f7ebe37/status)](https://codeship.com/projects/69674)
+[![Build Status](https://drone.io/github.com/anacrolix/torrent/status.png)](https://drone.io/github.com/anacrolix/torrent/latest)
 [![GoDoc](https://godoc.org/github.com/anacrolix/torrent?status.svg)](https://godoc.org/github.com/anacrolix/torrent)
 
 This repository implements BitTorrent-related packages and command-line utilities in Go. The emphasis is on use as a library from other projects. It's been used 24/7 in production by a downstream, private service since late 2014. There have been contributions from people using some various packages for integrating BitTorrent into media and other services.