Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary args in goveralls (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoshiki41 authored and bradleyfalzon committed Nov 2, 2016
1 parent c592f56 commit 4c69ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ script:
- go build -a -v ./...
- diff <(gofmt -d .) <("")
- go test -v -covermode=count -coverprofile=coverage.out
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci

0 comments on commit 4c69ce4

Please sign in to comment.