Skip to content

Commit d53f831

Browse files
committed
docs(README): replace travis badge with GitHub Actions badge
1 parent fb862f7 commit d53f831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> GitHub API authentication library for browsers and Node.js
44
55
[![@latest](https://img.shields.io/npm/v/@octokit/auth.svg)](https://www.npmjs.com/package/@octokit/auth)
6-
[![Build Status](https://travis-ci.com/octokit/auth.js.svg?branch=master)](https://travis-ci.com/octokit/auth.js)
6+
[![Build Status](https://github.com/octokit/auth.js/workflows/Test/badge.svg)](https://github.com/octokit/auth.js/actions?query=workflow%3ATest)
77
[![Greenkeeper](https://badges.greenkeeper.io/octokit/auth.js.svg)](https://greenkeeper.io/)
88

99
GitHub supports 4 authentication strategies. They are all implemented in `@octokit/auth`.

0 commit comments

Comments
 (0)