]> go.fuhry.dev Git - fsnotify.git/commitdiff
Travis CI badge on Linux.
authorNathan Youngman <git@nathany.com>
Wed, 31 Dec 2014 02:17:50 +0000 (19:17 -0700)
committerNathan Youngman <git@nathany.com>
Wed, 31 Dec 2014 02:17:50 +0000 (19:17 -0700)
.travis.yml
README.md

index 7828d8ddca30ce1925e0821a4fd955ba302e6602..f6082d91cb9bfc6784f1c98f85537d69cc896a5b 100644 (file)
@@ -7,7 +7,7 @@ go:
 # not yet https://github.com/travis-ci/travis-ci/issues/2318
 os:
   - linux
-  - osx
+  - osx
 
 notifications:
   email: false
index 7f3ad6f1f500b359acb6cebfebb447182b14aaeb..a66eac65f5d66e2d733e4bc3373e7cc78a173894 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Cross platform: Windows, Linux, BSD and OS X.
 
 |Adapter   |OS        |Status    |
 |----------|----------|----------|
-|inotify   |Linux, Android\*|Supported|
+|inotify   |Linux, Android\*|Supported [![Build Status](https://travis-ci.org/go-fsnotify/fsnotify.svg?branch=master)](https://travis-ci.org/go-fsnotify/fsnotify)|
 |kqueue    |BSD, OS X, iOS\*|Supported|
 |ReadDirectoryChangesW|Windows|Supported|
 |FSEvents  |OS X          |[Planned](https://github.com/go-fsnotify/fsnotify/issues/11)|