Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
update .travis.yml to ignore protobufs code for coverage purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffee committed Oct 3, 2017
1 parent 1594349 commit d85eb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ before_install:
- go get -u github.com/golang/dep/cmd/dep
addons:
script:
- dep ensure && $HOME/gopath/bin/goveralls -service=travis-ci -ignore "internal/public.pb.go" -flags="-tags=integration"
- dep ensure && $HOME/gopath/bin/goveralls -service=travis-ci -ignore "gopilosa_pbuf/public.pb.go" -flags="-tags=integration"

0 comments on commit d85eb05

Please sign in to comment.