Skip to content

Commit

Permalink
Build on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
heppu committed Jul 11, 2019
1 parent a872a55 commit 991d01e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: go

# Build branches only when merging to master
go: 1.12

branches:
only:
- master
- /^v.*$/

before_install:
- env GO111MODULE=off go get github.com/mattn/goveralls
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# go-review
[![GoDoc](https://godoc.org/github.com/heppu/go-review?status.svg)](https://godoc.org/github.com/heppu/go-review)
[![Build Status](https://travis-ci.com/heppu/go-review.svg?branch=master)](https://travis-ci.com/heppu/go-review)
[![Coverage Status](https://coveralls.io/repos/github/heppu/go-review/badge.svg?branch=master)](https://coveralls.io/github/heppu/go-review?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/heppu/go-review)](https://goreportcard.com/report/github.com/heppu/go-review)

# Go Review
Publish reports from different Go linters as gerrit reviews

0 comments on commit 991d01e

Please sign in to comment.