upd readme and delete .travis.yml

This commit is contained in:
bulletmys
2021-10-10 23:14:44 +03:00
parent 738f356010
commit 42b87bff63
3 changed files with 4 additions and 18 deletions
+3 -2
View File
@@ -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:
-15
View File
@@ -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
+1 -1
View File
@@ -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