Skip to content

Commit

Permalink
remove debug flags for goveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed May 9, 2018
1 parent ed992ed commit 30fa492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,4 +19,4 @@ before_script:
# CI Pipeline.
script:
- make test bench
- $GOPATH/bin/goveralls -service=travis-pro -coverprofile=.coverprofile -show -debug -v
- $GOPATH/bin/goveralls -service=travis-pro -coverprofile=.coverprofile
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,9 +5,9 @@ default: build
all: dep test bench

tools:
go get golang.org/x/lint/golint
go get github.com/fzipp/gocyclo
go get github.com/golang/dep/cmd/dep
go get golang.org/x/lint/golint

bench:
go test -bench=. -benchmem
Expand Down

0 comments on commit 30fa492

Please sign in to comment.