Skip to content

Commit

Permalink
add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed May 19, 2015
1 parent 4f319ed commit 3a59819
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ file-send

>A http file send
>[![NPM Version][npm-image]][npm-url] [![Download Status][download-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Test Coverage][coveralls-image]][coveralls-url] ![Node Version][node-image] [![Dependencies][david-image]][david-url]
>[![NPM Version][npm-image]][npm-url]
>[![Download Status][download-image]][npm-url]
>[![Linux Status][travis-image]][travis-url]
>[![Windows Status][appveyor-image]][appveyor-url]
>[![Test Coverage][coveralls-image]][coveralls-url]
>![Node Version][node-image]
>[![Dependencies][david-image]][david-url]
## Installation

Expand Down Expand Up @@ -181,11 +187,13 @@ var app = http.createServer(function(request, response){

[MIT](LICENSE)

[travis-image]: http://img.shields.io/travis/Nuintun/file-send.svg?style=flat-square
[travis-image]: http://img.shields.io/travis/Nuintun/file-send.svg?style=flat-square&label=linux
[travis-url]: https://travis-ci.org/Nuintun/file-send
[appveyor-image]: https://img.shields.io/appveyor/ci/Nuintun/file-send.svg?style=flat-square&label=windows
[appveyor-url]: https://ci.appveyor.com/project/Nuintun/file-send
[coveralls-image]: http://img.shields.io/coveralls/Nuintun/file-send/master.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/Nuintun/file-send?branch=master
[node-image]: http://img.shields.io/node/v/01.svg?style=flat-square
[node-image]: http://img.shields.io/node/v/file-send.svg?style=flat-square
[david-image]: http://img.shields.io/david/nuintun/file-send.svg?style=flat-square
[david-url]: https://david-dm.org/Nuintun/file-send
[npm-image]: http://img.shields.io/npm/v/file-send.svg?style=flat-square
Expand Down

0 comments on commit 3a59819

Please sign in to comment.