|
6 | 6 |
|
7 | 7 | # vinyl |
8 | 8 |
|
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] |
| 9 | +[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Azure Pipelines Build Status][azure-pipelines-image]][azure-pipelines-url] [![Travis 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] |
10 | 10 |
|
11 | 11 | Virtual file format. |
12 | 12 |
|
@@ -432,18 +432,21 @@ MIT |
432 | 432 | [vinyl-fs]: https://github.com/gulpjs/vinyl-fs |
433 | 433 | [cloneable-readable]: https://github.com/mcollina/cloneable-readable |
434 | 434 |
|
435 | | -[downloads-image]: http://img.shields.io/npm/dm/vinyl.svg |
| 435 | +[downloads-image]: https://img.shields.io/npm/dm/vinyl.svg |
436 | 436 | [npm-url]: https://www.npmjs.com/package/vinyl |
437 | | -[npm-image]: http://img.shields.io/npm/v/vinyl.svg |
| 437 | +[npm-image]: https://img.shields.io/npm/v/vinyl.svg |
| 438 | + |
| 439 | +[azure-pipelines-url]: https://dev.azure.com/gulpjs/gulp/_build/latest?definitionId=$PROJECT_ID&branchName=master |
| 440 | +[azure-pipelines-image]: https://dev.azure.com/gulpjs/gulp/_apis/build/status/vinyl?branchName=master |
438 | 441 |
|
439 | 442 | [travis-url]: https://travis-ci.org/gulpjs/vinyl |
440 | | -[travis-image]: http://img.shields.io/travis/gulpjs/vinyl.svg?label=travis-ci |
| 443 | +[travis-image]: https://img.shields.io/travis/gulpjs/vinyl.svg?label=travis-ci |
441 | 444 |
|
442 | 445 | [appveyor-url]: https://ci.appveyor.com/project/gulpjs/vinyl |
443 | 446 | [appveyor-image]: https://img.shields.io/appveyor/ci/gulpjs/vinyl.svg?label=appveyor |
444 | 447 |
|
445 | 448 | [coveralls-url]: https://coveralls.io/r/gulpjs/vinyl |
446 | | -[coveralls-image]: http://img.shields.io/coveralls/gulpjs/vinyl/master.svg |
| 449 | +[coveralls-image]: https://img.shields.io/coveralls/gulpjs/vinyl/master.svg |
447 | 450 |
|
448 | 451 | [gitter-url]: https://gitter.im/gulpjs/gulp |
449 | 452 | [gitter-image]: https://badges.gitter.im/gulpjs/gulp.svg |
0 commit comments