Skip to content

Commit f50576f

Browse files
authored
Replace build badge in README
1 parent 74f5639 commit f50576f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Slack platform offers several APIs to build apps. Each Slack API delivers pa
55
**Comprehensive documentation on using the Slack Python can be found at [https://slack.dev/python-slack-sdk/](https://slack.dev/python-slack-sdk/)**
66

77
[![pypi package][pypi-image]][pypi-url]
8-
[![Build Status][travis-image]][travis-url]
8+
[![Build Status][build-image]][build-url]
99
[![Python Version][python-version]][pypi-url]
1010
[![codecov][codecov-image]][codecov-url]
1111
[![contact][contact-image]][contact-url]
@@ -269,8 +269,8 @@ Visit the [Slack Community][slack-community] for getting help using Slack Develo
269269
[pypi-image]: https://badge.fury.io/py/slack-sdk.svg
270270
[pypi-url]: https://pypi.org/project/slack-sdk/
271271
[python-version]: https://img.shields.io/pypi/pyversions/slack-sdk.svg
272-
[travis-image]: https://travis-ci.org/slackapi/python-slack-sdk.svg?branch=main
273-
[travis-url]: https://travis-ci.org/slackapi/python-slack-sdk
272+
[build-image]: https://github.com/slackapi/python-slack-sdk/workflows/CI%20Build/badge.svg
273+
[build-url]: https://github.com/slackapi/python-slack-sdk/actions?query=workflow%3A%22CI+Build%22
274274
[codecov-image]: https://codecov.io/gh/slackapi/python-slack-sdk/branch/main/graph/badge.svg
275275
[codecov-url]: https://codecov.io/gh/slackapi/python-slack-sdk
276276
[contact-image]: https://img.shields.io/badge/contact-support-green.svg
@@ -285,4 +285,4 @@ Visit the [Slack Community][slack-community] for getting help using Slack Develo
285285
[slack-community]: http://slackcommunity.com/
286286
[files.upload]: https://api.slack.com/methods/files.upload
287287
[aiohttp]: https://aiohttp.readthedocs.io/
288-
[urllib]: https://docs.python.org/3/library/urllib.request.html
288+
[urllib]: https://docs.python.org/3/library/urllib.request.html

0 commit comments

Comments
 (0)