Skip to content

Commit 42b87bf

Browse files
committed
upd readme and delete .travis.yml
1 parent 738f356 commit 42b87bf

3 files changed

Lines changed: 4 additions & 18 deletions

File tree

.github/workflows/easyjson.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: easyjson
22

33
on:
44
push:
5-
branches: [ master, upd_ci ]
5+
branches: [ master ]
66
pull_request:
77
branches: [ master ]
88

99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12+
name: Test with Go ${{ matrix.go }}
1213
strategy:
1314
fail-fast: false
1415
matrix:
@@ -34,7 +35,7 @@ jobs:
3435

3536
test-non-amd64:
3637
runs-on: ubuntu-latest
37-
name: Build on ${{ matrix.distro }} ${{ matrix.arch }}
38+
name: Test on ${{ matrix.distro }} ${{ matrix.arch }}
3839
strategy:
3940
matrix:
4041
include:

.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
Package easyjson provides a fast and easy way to marshal/unmarshal Go structs
44
to/from JSON without the use of reflection. In performance tests, easyjson

0 commit comments

Comments
 (0)