Skip to content

Commit ae03bf8

Browse files
committed
Remove travis ci
1 parent 639889d commit ae03bf8

File tree

3 files changed

+2
-48
lines changed

3 files changed

+2
-48
lines changed

.github/workflows/main.yml .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- name: Build and publish to pypi
1212
uses: JRubics/[email protected]
1313
with:

.travis.yml

-46
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# async-stripe
22

3-
[![Build Status](https://app.travis-ci.com/bhch/async-stripe.svg?branch=master)](https://app.travis-ci.com/bhch/async-stripe)
3+
[![Build Status](https://github.com/bhch/async-stripe/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/bhch/async-stripe/actions/workflows/ci.yml)
44

55
An asynchronous wrapper around Stripe's official python library.
66

0 commit comments

Comments
 (0)