summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Schlosser <2466365+cschlosser@users.noreply.github.com>2021-05-18 00:30:34 +0200
committerGitHub <noreply@github.com>2021-05-18 00:30:34 +0200
commit261faccda4b9227f991bce4d69b08732d6087f7f (patch)
tree6be08c42df6148c3edc338c181e707c7bbe5955d /package.json
parent2ba6e66946b3e32c18eadecf36d73134c4253157 (diff)
downloaddoxdocgen-261faccda4b9227f991bce4d69b08732d6087f7f.tar.gz
Update badges (#231)
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 36e6e4f..c7ec845 100644
--- a/package.json
+++ b/package.json
@@ -12,14 +12,14 @@
],
"badges": [
{
- "url": "https://travis-ci.org/cschlosser/doxdocgen.svg?branch=master",
- "href": "https://travis-ci.org/cschlosser/doxdocgen",
- "description": "Continuous Integration (Travis)"
+ "url": "https://img.shields.io/github/workflow/status/cschlosser/doxdocgen/CI/master",
+ "href": "https://github.com/cschlosser/doxdocgen/actions/workflows/ci.yml?query=branch%3Amaster+",
+ "description": "Continous integration"
},
{
- "url": "https://ci.appveyor.com/api/projects/status/sg55990fbxtsfnvk/branch/master?svg=true",
- "href": "https://ci.appveyor.com/project/cschlosser/doxdocgen",
- "description": "Continuous Integration (AppVeyor)"
+ "url": "https://img.shields.io/github/workflow/status/cschlosser/doxdocgen/CD?label=Release",
+ "href": "https://github.com/cschlosser/doxdocgen/actions/workflows/cd.yml?query=event%3Arelease++",
+ "description": "Release pipeline"
},
{
"url": "https://codecov.io/gh/cschlosser/doxdocgen/branch/master/graph/badge.svg",