diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
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", |