We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dcbf9a + 9bfd7a2 commit 392ba43Copy full SHA for 392ba43
.travis.yml
README.md
@@ -1,7 +1,7 @@
1
-# JWT [![Build Status]][travis] [![Latest Version]][crates.io] [![Documentation]][docs.rs]
+# JWT [![Build Status]][Github Actions] [![Latest Version]][crates.io] [![Documentation]][docs.rs]
2
3
-[Build Status]: https://api.travis-ci.org/mikkyang/rust-jwt.svg?branch=master
4
-[travis]: https://travis-ci.org/mikkyang/rust-jwt
+[Build Status]: https://github.com/mikkyang/rust-jwt/actions/workflows/rust.yml/badge.svg?branch=master
+[Github Actions]: https://github.com/mikkyang/rust-jwt/actions/workflows/rust.yml?query=branch%3Amaster
5
[Latest Version]: https://img.shields.io/crates/v/jwt.svg
6
[crates.io]: https://crates.io/crates/jwt
7
[Documentation]: https://img.shields.io/badge/rust-documentation-blue.svg
0 commit comments