Skip to content

Commit

Permalink
Merge 83188f6 into 456a7f4
Browse files Browse the repository at this point in the history
  • Loading branch information
favadi committed May 21, 2018
2 parents 456a7f4 + 83188f6 commit ec473ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
language: go

before_install:
- go get github.com/mattn/goveralls

script:
- go test
- $GOPATH/bin/goveralls -service=travis-ci

go:
- 1.6.1
- "1.10.x"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/favadi/protoc-go-inject-tag.svg?branch=master)](https://travis-ci.org/favadi/protoc-go-inject-tag)
[![Go Report Card](https://goreportcard.com/badge/github.com/favadi/protoc-go-inject-tag)](https://goreportcard.com/report/github.com/favadi/protoc-go-inject-tag)
[![Coverage Status](https://coveralls.io/repos/github/favadi/protoc-go-inject-tag/badge.svg)](https://coveralls.io/github/favadi/protoc-go-inject-tag)

## Why?

Expand Down

0 comments on commit ec473ae

Please sign in to comment.