]> go.fuhry.dev Git - fsnotify.git/commitdiff
readme: remove AppVeyor badge
authorNathan Youngman <4566+nathany@users.noreply.github.com>
Fri, 8 Mar 2019 17:06:45 +0000 (10:06 -0700)
committerNathan Youngman <4566+nathany@users.noreply.github.com>
Fri, 8 Mar 2019 17:06:45 +0000 (10:06 -0700)
Use Travis CI for Windows #284

README.md

index 3993207413a75f9a1b366517b9d054ba4dd61743..f7e67db5623e0c9ce5651325258222dd2d469cbf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Cross platform: Windows, Linux, BSD and macOS.
 |----------|----------|----------|
 |inotify   |Linux 2.6.27 or later, Android\*|Supported [![Build Status](https://travis-ci.org/fsnotify/fsnotify.svg?branch=master)](https://travis-ci.org/fsnotify/fsnotify)|
 |kqueue    |BSD, macOS, iOS\*|Supported [![Build Status](https://travis-ci.org/fsnotify/fsnotify.svg?branch=master)](https://travis-ci.org/fsnotify/fsnotify)|
-|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)|
+|ReadDirectoryChangesW|Windows|Supported [![Build Status](https://travis-ci.org/fsnotify/fsnotify.svg?branch=master)](https://travis-ci.org/fsnotify/fsnotify)|
 |FSEvents  |macOS         |[Planned](https://github.com/fsnotify/fsnotify/issues/11)|
 |FEN       |Solaris 11    |[In Progress](https://github.com/fsnotify/fsnotify/issues/12)|
 |fanotify  |Linux 2.6.37+ | |