summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2020-05-17 15:36:49 -0400
committerGitHub <noreply@github.com>2020-05-17 15:36:49 -0400
commita675c2a10985405ef9fddcc80b1e79d4553b4cdf (patch)
tree594cfbe9be8c8f9f71473d2a9bd245dae8c5b30e
parent05fdf31de983e8b939ad2e47a705f5bdb8244183 (diff)
downloadpython-markdown-a675c2a10985405ef9fddcc80b1e79d4553b4cdf.tar.gz
Update build status button
Point to GitHub workflow action rather than Travis.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 875af53..73f3006 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
[Python-Markdown][]
===================
-[![Build Status][travis-button]][travis]
+[![Build Status][build-button]][build]
[![Coverage Status][codecov-button]][codecov]
[![Latest Version][mdversion-button]][md-pypi]
[![Python Versions][pyversion-button]][md-pypi]
[![BSD License][bsdlicense-button]][bsdlicense]
[![Code of Conduct][codeofconduct-button]][Code of Conduct]
-[travis-button]: https://img.shields.io/travis/Python-Markdown/markdown.svg
-[travis]: https://travis-ci.org/Python-Markdown/markdown
+[build-button]: https://github.com/Python-Markdown/markdown/workflows/CI/badge.svg
+[build]: https://github.com/Python-Markdown/markdown/actions?query=workflow%3ACI
[codecov-button]: https://codecov.io/gh/Python-Markdown/markdown/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/Python-Markdown/markdown
[mdversion-button]: https://img.shields.io/pypi/v/Markdown.svg