Skip to content

Commit

Permalink
.travis.yml: Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dsoprea committed Jul 3, 2020
1 parent 2805507 commit 13d4b2b
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 @@ -11,5 +11,5 @@ install:
- go get -t ./...
- go get github.com/mattn/goveralls
script:
- go test -v ./...
# - go test -v ./...
- goveralls -v -service=travis-ci

0 comments on commit 13d4b2b

Please sign in to comment.