Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 4c69ce4

Browse files
yyoshiki41bradleyfalzon
authored andcommitted
Remove unnecessary args in goveralls (#75)
1 parent c592f56 commit 4c69ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ script:
1717
- go build -a -v ./...
1818
- diff <(gofmt -d .) <("")
1919
- go test -v -covermode=count -coverprofile=coverage.out
20-
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
20+
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci

0 commit comments

Comments
 (0)