File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ matrix:
1212dist : xenial
1313install :
1414 - go get -v ./...
15- # script:
16- # - go get github.com/mattn/goveralls
17- # - go test -covermode=count -coverprofile=coverage.out.tmp ./...
18- # - cat coverage.out.tmp | grep -v ".pb.go" > coverage.out
19- # - rm coverage.out.tmp
20- # - $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci
21- # - go mod tidy
22- # - git diff --exit-code
15+ script :
16+ - go get github.com/mattn/goveralls
17+ - go test -covermode=count -coverprofile=coverage.out.tmp ./...
18+ - cat coverage.out.tmp | grep -v ".pb.go" > coverage.out
19+ - rm coverage.out.tmp
20+ - $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci
21+ - go mod tidy
22+ - git diff --exit-code
2323deploy :
2424 - provider : script
2525 script : docker run -e GITHUB_TOKEN=$GITHUB_TOKEN --rm --privileged -v $TRAVIS_BUILD_DIR:/go/src/github.com/mailchain/mailchain -v /var/run/docker.sock:/var/run/docker.sock -w /go/src/github.com/mailchain/mailchain mailchain/goreleaser-xcgo goreleaser --rm-dist
You can’t perform that action at this time.
0 commit comments