Skip to content

Commit

Permalink
Merge pull request #164 from ohkinozomu/remove-travis
Browse files Browse the repository at this point in the history
README: Remove Travis
  • Loading branch information
evanphx committed Jan 14, 2023
2 parents a126b2c + 38b1cb8 commit b2e4d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
well as for calculating & applying [RFC7396 JSON merge patches](https://tools.ietf.org/html/rfc7396).

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

# Get It!
Expand Down Expand Up @@ -314,4 +314,4 @@ go test -cover ./...
```

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

0 comments on commit b2e4d76

Please sign in to comment.