Skip to content

Commit b2e4d76

Browse files
authored
Merge pull request #164 from ohkinozomu/remove-travis
README: Remove Travis
2 parents a126b2c + 38b1cb8 commit b2e4d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
well as for calculating & applying [RFC7396 JSON merge patches](https://tools.ietf.org/html/rfc7396).
55

66
[![GoDoc](https://godoc.org/github.com/evanphx/json-patch?status.svg)](http://godoc.org/github.com/evanphx/json-patch)
7-
[![Build Status](https://travis-ci.org/evanphx/json-patch.svg?branch=master)](https://travis-ci.org/evanphx/json-patch)
7+
[![Build Status](https://github.com/evanphx/json-patch/actions/workflows/go.yml/badge.svg)](https://github.com/evanphx/json-patch/actions/workflows/go.yml)
88
[![Report Card](https://goreportcard.com/badge/github.com/evanphx/json-patch)](https://goreportcard.com/report/github.com/evanphx/json-patch)
99

1010
# Get It!
@@ -314,4 +314,4 @@ go test -cover ./...
314314
```
315315

316316
Builds for pull requests are tested automatically
317-
using [TravisCI](https://travis-ci.org/evanphx/json-patch).
317+
using [GitHub Actions](https://github.com/evanphx/json-patch/actions/workflows/go.yml).

0 commit comments

Comments
 (0)