Skip to content

Commit 392ba43

Browse files
authored
Merge pull request #74 from mikkyang/infra/migrate-ci
Update CI Badges
2 parents 7dcbf9a + 9bfd7a2 commit 392ba43

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.travis.yml

-9
This file was deleted.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# JWT [![Build Status]][travis] [![Latest Version]][crates.io] [![Documentation]][docs.rs]
1+
# JWT [![Build Status]][Github Actions] [![Latest Version]][crates.io] [![Documentation]][docs.rs]
22

3-
[Build Status]: https://api.travis-ci.org/mikkyang/rust-jwt.svg?branch=master
4-
[travis]: https://travis-ci.org/mikkyang/rust-jwt
3+
[Build Status]: https://github.com/mikkyang/rust-jwt/actions/workflows/rust.yml/badge.svg?branch=master
4+
[Github Actions]: https://github.com/mikkyang/rust-jwt/actions/workflows/rust.yml?query=branch%3Amaster
55
[Latest Version]: https://img.shields.io/crates/v/jwt.svg
66
[crates.io]: https://crates.io/crates/jwt
77
[Documentation]: https://img.shields.io/badge/rust-documentation-blue.svg

0 commit comments

Comments
 (0)