From bcd1bc1009f87367d74ff7c5fc04b6a9d82e607d Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Tue, 11 Feb 2020 14:39:21 +0100 Subject: [PATCH] add PkgEval badge to readme --- README.md | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f2225901..ed68838c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,25 @@ # Plots -[![Build Status](https://travis-ci.org/JuliaPlots/Plots.jl.svg?branch=master)](https://travis-ci.org/JuliaPlots/Plots.jl) -[![Build status](https://ci.appveyor.com/api/projects/status/github/juliaplots/plots.jl?branch=master&svg=true)](https://ci.appveyor.com/project/mkborregaard/plots-jl) -[![Join the chat at https://gitter.im/tbreloff/Plots.jl](https://badges.gitter.im/tbreloff/Plots.jl.svg)](https://gitter.im/tbreloff/Plots.jl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -Latest documentation - - - - +[travis-img]: https://img.shields.io/travis/JuliaPlots/Plots.jl?logo=travis +[travis-url]: https://travis-ci.org/JuliaPlots/Plots.jl + +[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/juliaplots/plots.jl?branch=master&svg=true +[appveyor-url]: https://ci.appveyor.com/project/mkborregaard/plots-jl + +[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/Plots.svg +[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html + +[gitter-img]: https://badges.gitter.im/tbreloff/Plots.jl.svg +[gitter-url]: https://gitter.im/tbreloff/Plots.jl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge + +[docs-img]: https://img.shields.io/badge/docs-stable-blue.svg +[docs-url]: http://docs.juliaplots.org/latest/ + +[![][travis-img]](travis-url) +[![][appveyor-img]](appveyor-url) +[![][pkgeval-img]][pkgeval-url] +[![][gitter-img]][gitter-url] +[![][docs-img]][docs-url] #### Created by Tom Breloff (@tbreloff)