Skip to content

Commit ac1acb9

Browse files
committed
docs: replace old travis CI badge with one for GH worfklow
Signed-off-by: Christopher Arndt <[email protected]>
1 parent a7b38b8 commit ac1acb9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build sdist and wheel and publish to TestPyPI
1+
name: Build sdist and wheels and publish to TestPyPI
22

33
on:
44
push:

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build sdist and wheel and publish to PyPI
1+
name: Build sdist and wheels and publish to PyPI
22

33
on:
44
release:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build sdist and wheel for testing purposes
1+
name: Build sdist and wheels for testing purposes
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Python binding for the RtMidi C++ library implemented using Cython.
77
[![MIT License](https://shields.io/pypi/l/python-rtmidi)](LICENSE.md)
88
![Python versions](https://shields.io/pypi/pyversions/python-rtmidi)
99
[![Distribution format](https://shields.io/pypi/format/python-rtmidi)](https://pypi.org/project/python-rtmidi/#files)
10-
[![Travis CI status](https://travis-ci.org/SpotlightKid/python-rtmidi.svg?branch=master)](https://travis-ci.org/SpotlightKid/python-rtmidi)
10+
[![CI status](https://github.com/SpotlightKid/python-rtmidi/actions/workflows/production.yml/badge.svg)](https://github.com/SpotlightKid/python-rtmidi/actions)
1111

1212
# Overview
1313

0 commit comments

Comments
 (0)