Skip to content

Commit 9094ef9

Browse files
jbl428neild
andauthored
Change build status badge (#269)
Co-authored-by: Damien Neil <[email protected]>
1 parent 3ee52c8 commit 9094ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Package for equality of Go values
22

33
[![GoDev](https://img.shields.io/static/v1?label=godev&message=reference&color=00add8)][godev]
4-
[![Build Status](https://travis-ci.org/google/go-cmp.svg?branch=master)][travis]
4+
[![Build Status](https://github.com/google/go-cmp/actions/workflows/test.yml/badge.svg?branch=master)][actions]
55

66
This package is intended to be a more powerful and safer alternative to
77
`reflect.DeepEqual` for comparing whether two values are semantically equal.
@@ -29,7 +29,7 @@ See the [documentation][godev] for more information.
2929
This is not an official Google product.
3030

3131
[godev]: https://pkg.go.dev/github.com/google/go-cmp/cmp
32-
[travis]: https://travis-ci.org/google/go-cmp
32+
[actions]: https://github.com/google/go-cmp/actions
3333

3434
## Install
3535

0 commit comments

Comments
 (0)