Skip to content

Commit 332245a

Browse files
committed
Docs: Improve badges
1 parent 3e0fc18 commit 332245a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# gulp-cli
88

9-
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url]
9+
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![AppVeyor Build Status][appveyor-image]][appveyor-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url]
1010

1111
Command Line Utility for Gulp
1212

@@ -133,7 +133,10 @@ MIT
133133
[npm-image]: http://img.shields.io/npm/v/gulp-cli.svg
134134

135135
[travis-url]: https://travis-ci.org/gulpjs/gulp-cli
136-
[travis-image]: http://img.shields.io/travis/gulpjs/gulp-cli.svg
136+
[travis-image]: http://img.shields.io/travis/gulpjs/gulp-cli.svg?label=travis-ci
137+
138+
[appveyor-url]: https://ci.appveyor.com/project/gulpjs/gulp-cli
139+
[appveyor-image]: https://img.shields.io/appveyor/ci/gulpjs/gulp-cli.svg?label=appveyor
137140

138141
[coveralls-url]: https://coveralls.io/r/gulpjs/gulp-cli
139142
[coveralls-image]: http://img.shields.io/coveralls/gulpjs/gulp-cli/master.svg

0 commit comments

Comments
 (0)