summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaerte Pereira <5853172+Laerte@users.noreply.github.com>2023-04-08 02:18:25 -0300
committerGitHub <noreply@github.com>2023-04-08 14:18:25 +0900
commit45f848695c855966d8a46656d8de1a2734d934ae (patch)
treed648eb8f537cdc528605122df4302e4d2491e578
parent802cbc9495ed059b62b46f057cf3d71f756e2480 (diff)
downloadmsgpack-python-main.tar.gz
fix: build status badge (#538)HEADmain
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb81648..7f7c423 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# MessagePack for Python
-[![Build Status](https://travis-ci.org/msgpack/msgpack-python.svg?branch=master)](https://travis-ci.org/msgpack/msgpack-python)
+[![Build Status](https://github.com/msgpack/msgpack-python/actions/workflows/wheel.yml/badge.svg)](https://github.com/msgpack/msgpack-python/actions/workflows/wheel.yml)
[![Documentation Status](https://readthedocs.org/projects/msgpack-python/badge/?version=latest)](https://msgpack-python.readthedocs.io/en/latest/?badge=latest)
## What's this