Skip to content

Commit

Permalink
Replace Travis CI with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Apr 13, 2023
1 parent 8ec87db commit e18a062
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ring-OAuth2

[![Build Status](https://travis-ci.org/weavejester/ring-oauth2.svg?branch=master)](https://travis-ci.org/weavejester/ring-oauth2)
[![Build Status](https://github.com/weavejester/ring-oauth2/actions/workflows/test.yml/badge.svg)](https://github.com/weavejester/ring-oauth2/actions/workflows/test.yml)

[Ring][] middleware that acts as a [OAuth 2.0][] client. This is used
for authenticating and integrating with third party website, like
Expand Down

0 comments on commit e18a062

Please sign in to comment.