Skip to content

Commit

Permalink
πŸ’š Fix goveralls issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0D3D00D committed Jan 12, 2020
1 parent 57565b1 commit ade878b
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 @@ -13,4 +13,4 @@ install:
- go get golang.org/x/tools/cmd/cover
script:
- env GO111MODULE=on go test -covermode=count -coverprofile=coverage.out -v ./...
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- env GO111MODULE=on $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

0 comments on commit ade878b

Please sign in to comment.