From b5d0a6c7ebb7238cb2b094ecd05b1d76ea06a1e7 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Tue, 30 Dec 2014 19:17:50 -0700 Subject: [PATCH] Travis CI badge on Linux. --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)| -- 2.50.1