Skip to content

Commit 7815a5e

Browse files
authored
Replace Travis CI badge with GitHub Actions badge (#1538)
1 parent b7c0dc4 commit 7815a5e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ jobs:
9595
PGHOST: localhost
9696
PGPASSWORD: sentry
9797
run: |
98-
psql -c 'create database travis_ci_test;' -U postgres
99-
psql -c 'create database test_travis_ci_test;' -U postgres
10098
pip install codecov tox
10199
102100
- name: Run Tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he
88

99
# Official Sentry SDK for Python
1010

11-
[![Build Status](https://travis-ci.com/getsentry/sentry-python.svg?branch=master)](https://travis-ci.com/getsentry/sentry-python)
11+
[![Build Status](https://github.com/getsentry/sentry-python/actions/workflows/ci.yml/badge.svg)](https://github.com/getsentry/sentry-python/actions/workflows/ci.yml)
1212
[![PyPi page link -- version](https://img.shields.io/pypi/v/sentry-sdk.svg)](https://pypi.python.org/pypi/sentry-sdk)
1313
[![Discord](https://img.shields.io/discord/621778831602221064)](https://discord.gg/cWnMQeA)
1414

0 commit comments

Comments
 (0)