From 2557c41d490c7f94ae9e970c0d1bb5c56ecc2078 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 12 Feb 2014 17:13:02 +0400 Subject: [PATCH] Fix repotoken submission for new version of goveralls. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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