From 42b87bff63480a7126797bcfde59240ec6d70284 Mon Sep 17 00:00:00 2001 From: bulletmys Date: Sun, 10 Oct 2021 23:14:44 +0300 Subject: [PATCH] upd readme and delete .travis.yml --- .github/workflows/easyjson.yml | 5 +++-- .travis.yml | 15 --------------- README.md | 2 +- 3 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/easyjson.yml b/.github/workflows/easyjson.yml index 0679163..5f0b6e1 100644 --- a/.github/workflows/easyjson.yml +++ b/.github/workflows/easyjson.yml @@ -2,13 +2,14 @@ name: easyjson on: push: - branches: [ master, upd_ci ] + branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest + name: Test with Go ${{ matrix.go }} strategy: fail-fast: false matrix: @@ -34,7 +35,7 @@ jobs: test-non-amd64: runs-on: ubuntu-latest - name: Build on ${{ matrix.distro }} ${{ matrix.arch }} + name: Test on ${{ matrix.distro }} ${{ matrix.arch }} strategy: matrix: include: diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1e0fa4c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -arch: - - amd64 - - ppc64le -language: go - -go: - - tip - - stable - -matrix: - allow_failures: - - go: tip - -install: - - go get golang.org/x/lint/golint diff --git a/README.md b/README.md index 37345e8..5ae07a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# easyjson [![Build Status](https://travis-ci.org/mailru/easyjson.svg?branch=master)](https://travis-ci.org/mailru/easyjson) [![Go Report Card](https://goreportcard.com/badge/github.com/mailru/easyjson)](https://goreportcard.com/report/github.com/mailru/easyjson) +# easyjson [![Build Status](https://github.com/mailru/easyjson/actions/workflows/easyjson.yml/badge.svg)](https://travis-ci.org/mailru/easyjson) [![Go Report Card](https://goreportcard.com/badge/github.com/mailru/easyjson)](https://goreportcard.com/report/github.com/mailru/easyjson) Package easyjson provides a fast and easy way to marshal/unmarshal Go structs to/from JSON without the use of reflection. In performance tests, easyjson