Skip to content

Commit

Permalink
remove coveralls from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
soldiermoth committed Oct 7, 2020
1 parent 3d9e843 commit 98975fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ go:
# Required for coverage.
before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls

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

0 comments on commit 98975fe

Please sign in to comment.