Update CI badges for migration to Azure

This commit is contained in:
Dirkjan Ochtman 2019-07-25 22:55:06 +02:00
parent fef929c1ec
commit 0e42ff60d4
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
[![Documentation](https://docs.rs/askama/badge.svg)](https://docs.rs/askama/)
[![Latest version](https://img.shields.io/crates/v/askama.svg)](https://crates.io/crates/askama)
[![Build status](https://api.travis-ci.org/djc/askama.svg?branch=master)](https://travis-ci.org/djc/askama)
[![Build Status](https://dev.azure.com/dochtman/Projects/_apis/build/status/Askama?branchName=master)](https://dev.azure.com/dochtman/Projects/_build/latest?definitionId=2&branchName=master)
[![Windows build](https://ci.appveyor.com/api/projects/status/github/djc/askama?svg=true)](https://ci.appveyor.com/project/djc/askama)
[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama)

View File

@ -14,8 +14,7 @@ readme = "../README.md"
edition = "2018"
[badges]
appveyor = { repository = "djc/askama" }
travis-ci = { repository = "djc/askama" }
azure-devops = { project = "dochtman/Projects", pipeline = "Askama", build = "2" }
maintenance = { status = "actively-developed" }
[features]