aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Son <sonjeabin@gmail.com>2021-09-17 08:00:29 +0900
committerGitHub <noreply@github.com>2021-09-16 16:00:29 -0700
commit9094ef9afacbd93e9f232d0ccadaf8530f353441 (patch)
tree3553f9631dcc94cf5895029298101226683b3f4a
parent3ee52c8a5607a16505c9c7141153ff82d360817a (diff)
downloadgo-cmp-9094ef9afacbd93e9f232d0ccadaf8530f353441.tar.gz
Change build status badge (#269)
Co-authored-by: Damien Neil <neild@users.noreply.github.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ed0eb9b..e592e3a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Package for equality of Go values
[![GoDev](https://img.shields.io/static/v1?label=godev&message=reference&color=00add8)][godev]
-[![Build Status](https://travis-ci.org/google/go-cmp.svg?branch=master)][travis]
+[![Build Status](https://github.com/google/go-cmp/actions/workflows/test.yml/badge.svg?branch=master)][actions]
This package is intended to be a more powerful and safer alternative to
`reflect.DeepEqual` for comparing whether two values are semantically equal.
@@ -29,7 +29,7 @@ See the [documentation][godev] for more information.
This is not an official Google product.
[godev]: https://pkg.go.dev/github.com/google/go-cmp/cmp
-[travis]: https://travis-ci.org/google/go-cmp
+[actions]: https://github.com/google/go-cmp/actions
## Install