Skip to content

Commit

Permalink
chore: fix travis-ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
tiaguinho committed Jul 24, 2020
1 parent fe5c1e9 commit 5d4f9d2
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 @@ -9,4 +9,4 @@ before_install:
- go get github.com/mattn/goveralls

script:
- go test -v -covermode=count -coverprofile=coverage.out $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- go test -v -covermode=count $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

0 comments on commit 5d4f9d2

Please sign in to comment.