From c61d698fb2cd959615b183ddd90834479dd81fd5 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Fri, 23 May 2014 20:55:12 -0600 Subject: [PATCH] Travis CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 654360e..f9ae030 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # File system notifications for Go -[![Build Status](https://drone.io/github.com/gophertown/fsnotify/status.png)](https://drone.io/github.com/gophertown/fsnotify/latest) [![Coverage](http://gocover.io/_badge/github.com/gophertown/fsnotify)](http://gocover.io/github.com/gophertown/fsnotify) [![GoDoc](https://godoc.org/github.com/gophertown/fsnotify?status.png)](http://godoc.org/github.com/gophertown/fsnotify) +[![Build Status](https://travis-ci.org/gophertown/fsnotify.svg)](https://travis-ci.org/gophertown/fsnotify) [![Coverage](http://gocover.io/_badge/github.com/gophertown/fsnotify)](http://gocover.io/github.com/gophertown/fsnotify) [![GoDoc](https://godoc.org/github.com/gophertown/fsnotify?status.png)](http://godoc.org/github.com/gophertown/fsnotify) Cross platform, works on: * Windows -- 2.50.1