tparse: switch back to tracking main branch (#1754)

This commit is contained in:
Egon Elbre 2019-04-15 01:43:05 -04:00 committed by GitHub
parent 991cbad66a
commit 15eec28d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ matrix:
install: install:
- pushd ~ - pushd ~
- GOBIN=${GOPATH}/bin GOPATH=~/gotools go get github.com/mattn/goveralls - GOBIN=${GOPATH}/bin GOPATH=~/gotools go get github.com/mattn/goveralls
- GOBIN=${GOPATH}/bin GOPATH=~/gotools go get github.com/egonelbre/tparse - GOBIN=${GOPATH}/bin GOPATH=~/gotools go get github.com/mfridman/tparse
- popd - popd
- go install -race ./... - go install -race ./...
script: script: