diff options
author | Matt Holt <[email protected]> | 2019-03-29 19:16:42 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2019-03-29 19:16:42 -0600 |
commit | bea48b80ce2dc17eb148707471edbbbd35260bef (patch) | |
tree | b7de4bd0b7ffb46ac150ce4323d3974fb8f3d848 /README.md | |
parent | 9f525af21016e1b83910c74040da08e02a8e9bf8 (diff) | |
download | caddy-bea48b80ce2dc17eb148707471edbbbd35260bef.tar.gz caddy-bea48b80ce2dc17eb148707471edbbbd35260bef.zip |
readme: Replace CI badges
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,8 +4,7 @@ <h3 align="center">Every Site on HTTPS <!-- Serve Confidently --></h3> <p align="center">Caddy is a general-purpose HTTP/2 web server that serves HTTPS by default.</p> <p align="center"> - <a href="https://travis-ci.org/mholt/caddy"><img src="https://img.shields.io/travis/mholt/caddy.svg?label=linux+build"></a> - <a href="https://ci.appveyor.com/project/mholt/caddy"><img src="https://img.shields.io/appveyor/ci/mholt/caddy.svg?label=windows+build"></a> + <a href="https://dev.azure.com/mholt-dev/Caddy/_build?definitionId=1"><img src="https://img.shields.io/azure-devops/build/mholt-dev/afec6074-9842-457f-98cf-69df6adbbf2e/1/master.svg?label=cross-platform%20tests"></a> <a href="https://godoc.org/github.com/mholt/caddy"><img src="https://img.shields.io/badge/godoc-reference-blue.svg"></a> <a href="https://goreportcard.com/report/mholt/caddy"><img src="https://goreportcard.com/badge/github.com/mholt/caddy"></a> <br> |