aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2019-07-25 22:55:06 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2019-07-25 22:55:55 +0200
commit0e42ff60d4aa56b77953e7fc62c09b5efdcefdc2 (patch)
tree11ee294a01f7980f8189d0491ddf24ec92e87877
parentfef929c1ecc3a3f41f95e1f4d7b6d717e4ee6eb8 (diff)
downloadaskama-0e42ff60d4aa56b77953e7fc62c09b5efdcefdc2.tar.gz
askama-0e42ff60d4aa56b77953e7fc62c09b5efdcefdc2.tar.bz2
askama-0e42ff60d4aa56b77953e7fc62c09b5efdcefdc2.zip
Update CI badges for migration to Azure
-rw-r--r--README.md2
-rw-r--r--askama/Cargo.toml3
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 31a73f3..57d4180 100644
--- a/README.md
+++ b/README.md
@@ -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)
diff --git a/askama/Cargo.toml b/askama/Cargo.toml
index 2c328d9..6db3bdb 100644
--- a/askama/Cargo.toml
+++ b/askama/Cargo.toml
@@ -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]