From: Nathan Youngman Date: Wed, 31 Dec 2014 02:17:50 +0000 (-0700) Subject: Travis CI badge on Linux. X-Git-Tag: v1.7.2~247^2~1 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=b5d0a6c7ebb7238cb2b094ecd05b1d76ea06a1e7;p=fsnotify.git Travis CI badge on Linux. --- diff --git a/.travis.yml b/.travis.yml index 7828d8d..f6082d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ go: # not yet https://github.com/travis-ci/travis-ci/issues/2318 os: - linux - - osx + # - osx notifications: email: false diff --git a/README.md b/README.md index 7f3ad6f..a66eac6 100644 --- 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)|