Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-09-27 08:44:56 +0300
committerAndrew Gallant <jamslam@gmail.com>2015-09-27 08:44:56 +0300
commitcbc03fb7d91dc34d5073eb4b1c11ca09a11ca949 (patch)
tree8268ae9f1790406b984458de57dd768436b951ce /README.md
parent9eb2abd4bb9f0c5c2c9e2c2121469c3cf7052cff (diff)
add appveyor badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c8a9d40..2563438 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,8 @@ Comes with support for following symbolic links, controlling the number of
open file descriptors and efficient mechanisms for pruning the entries in the
directory tree.
-[![Build status](https://api.travis-ci.org/BurntSushi/walkdir.png)](https://travis-ci.org/BurntSushi/walkdir)
+[![Linux build status](https://api.travis-ci.org/BurntSushi/walkdir.png)](https://travis-ci.org/BurntSushi/walkdir)
+[![Windows build status](https://ci.appveyor.com/api/projects/status/github/BurntSushi/walkdir)](https://ci.appveyor.com/project/BurntSushi/walkdir)
[![](http://meritbadge.herokuapp.com/walkdir)](https://crates.io/crates/walkdir)
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).