diff --git a/.travis.yml b/.travis.yml index f8e76fc..f6082d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ +sudo: false language: go go: - - 1.2 - - tip + - 1.4 # 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..51ea563 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ 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| +|ReadDirectoryChangesW|Windows|Supported [![Build status](https://ci.appveyor.com/api/projects/status/ivwjubaih4r0udeh/branch/master?svg=true)](https://ci.appveyor.com/project/NathanYoungman/fsnotify/branch/master)| |FSEvents |OS X |[Planned](https://github.com/go-fsnotify/fsnotify/issues/11)| |FEN |Solaris 11 |[Planned](https://github.com/go-fsnotify/fsnotify/issues/12)| |fanotify |Linux 2.6.37+ | |