diff --git a/Makefile b/Makefile index 42430c92..75f04d3a 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,6 @@ test: go test -v ./... -gocheck.v=true coveralls: coverage.out - @$(GOVERALLS) -service travis-ci.org -coverprofile=coverage.out $(COVERALLS_TOKEN) + @$(GOVERALLS) -service travis-ci.org -coverprofile=coverage.out -repotoken $(COVERALLS_TOKEN) .PHONY: coverage.out \ No newline at end of file