diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-25 15:04:04 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-25 15:04:04 +0200 |
commit | 4abff02e57da72e8133cb7ae0c2232e42e88402e (patch) | |
tree | 4ccaee396fedf70edc8c2873207c744aaf8b5b83 | |
parent | 2a86e21480a788defc60467bb7efe7cc513534e3 (diff) | |
download | askama-4abff02e57da72e8133cb7ae0c2232e42e88402e.tar.gz askama-4abff02e57da72e8133cb7ae0c2232e42e88402e.tar.bz2 askama-4abff02e57da72e8133cb7ae0c2232e42e88402e.zip |
Add AppVeyor badge to README
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ [![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) +[![Windows build](https://ci.appveyor.com/api/projects/status/github/djc/askama?svg=true)](https://ci.appveyor.com/project/djc/askama) [![Code coverage](https://codecov.io/gh/djc/askama/branch/master/graph/badge.svg)](https://codecov.io/gh/djc/askama) [![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) |