Skip to content

Commit

Permalink
Merge pull request howeyc#56 from go-fsnotify/ci
Browse files Browse the repository at this point in the history
CI
nathany committed Dec 31, 2014

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
2 parents f582d92 + 84fecbd commit d65a3c9
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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+ | |

0 comments on commit d65a3c9

Please sign in to comment.