Skip to content

Commit a2c583b

Browse files
authored
update build status badge to use GitHub Actions (#240)
Signed-off-by: Alberto Ricart <[email protected]>
1 parent 953e18b commit a2c583b

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
@@ -5,7 +5,7 @@ Nkeys use [Ed25519](https://ed25519.cr.yp.to/) to provide authentication of JWT
55

66
[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
77
[![ReportCard](https://goreportcard.com/badge/github.com/nats-io/jwt)](https://goreportcard.com/report/nats-io/jwt)
8-
[![Build Status](https://travis-ci.com/nats-io/jwt.svg?branch=master)](https://travis-ci.com/github/nats-io/jwt)
8+
[![Build Status](https://github.com/nats-io/jwt/actions/workflows/go-test.yaml/badge.svg?branch=main)](https://github.com/nats-io/jwt/actions)
99
[![GoDoc](https://godoc.org/github.com/nats-io/jwt?status.png)](https://godoc.org/github.com/nats-io/jwt/v2)
1010
[![Coverage Status](https://coveralls.io/repos/github/nats-io/jwt/badge.svg?branch=main)](https://coveralls.io/github/nats-io/jwt?branch=main)
1111
```go

0 commit comments

Comments
 (0)