Skip to content

Commit

Permalink
Change build status badge (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Neil <neild@users.noreply.github.com>
  • Loading branch information
jbl428 and neild committed Sep 16, 2021
1 parent 3ee52c8 commit 9094ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 9094ef9

Please sign in to comment.