Skip to content

Commit

Permalink
Debug coveralls false-positive failure (#55)
Browse files Browse the repository at this point in the history
* Fix coveralls
  • Loading branch information
daniel-nichter committed Nov 3, 2020
1 parent d6ccdda commit 9ca92cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ go:
- "1.13"
- "1.14"

env:
- GO111MODULE=on

before_install:
- go mod vendor
- go get github.com/mattn/goveralls
- go mod vendor

script:
- $GOPATH/bin/goveralls -service=travis-ci -race -show -package github.com/go-cmd/cmd

0 comments on commit 9ca92cd

Please sign in to comment.