Skip to content

Commit

Permalink
Add travis-ci + coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbus committed Jul 24, 2020
1 parent 8c67e3e commit f2cbfb2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: go

go:
- 1.14
- 1.13

before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# dynjson
Client-customizable JSON formats for dynamic APIs.

[![Build Status](https://travis-ci.org/cocoonspace/dynjson.svg?branch=master)](https://travis-ci.org/cocoonspace/dynjson)
[![Coverage Status](https://coveralls.io/repos/github/cocoonspace/dynjson/badge.svg?branch=master)](https://coveralls.io/github/cocoonspace/dynjson?branch=master)

## Introduction

dynjson allow APIs to return only fields selected by the API client :
Expand Down

0 comments on commit f2cbfb2

Please sign in to comment.