Fix repotoken submission for new version of goveralls.

This commit is contained in:
Andrey Smirnov
2014-02-12 17:13:02 +04:00
parent ce3ae80feb
commit 2557c41d49
+1 -1
View File
@@ -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