Skip to content

Commit

Permalink
Add coveralls to travis
Browse files Browse the repository at this point in the history
This also adds a badge to README.md.
  • Loading branch information
tmthrgd committed Dec 2, 2017
1 parent cf219cb commit 873ffdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ go:
matrix:
fast_finish: true
allow_failures:
- go: tip
- go: tip
before_install:
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -service=travis-ci -v
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Gzip Handler
[![GoDoc](https://godoc.org/github.com/tmthrgd/gziphandler?status.svg)](https://godoc.org/github.com/tmthrgd/gziphandler)
[![Build Status](https://travis-ci.org/tmthrgd/gziphandler.svg?branch=master)](https://travis-ci.org/tmthrgd/gziphandler)
[![Go Report Card](https://goreportcard.com/badge/github.com/tmthrgd/gziphandler)](https://goreportcard.com/report/github.com/tmthrgd/gziphandler)
[![Coverage Status](https://coveralls.io/repos/github/tmthrgd/gziphandler/badge.svg?branch=master)](https://coveralls.io/github/tmthrgd/gziphandler?branch=master)

This is a tiny Go package which wraps HTTP handlers to transparently gzip the
response body, for clients which support it. Although it's usually simpler to
Expand Down

0 comments on commit 873ffdb

Please sign in to comment.