github.com/v2pro/plz@v0.0.0-20221028024117-e5f9aec5b631/test/go-spew/.travis.yml (about) 1 language: go 2 go: 3 - 1.5.4 4 - 1.6.3 5 - 1.7 6 install: 7 - go get -v golang.org/x/tools/cmd/cover 8 script: 9 - go test -v -tags=safe ./spew 10 - go test -v -tags=testcgo ./spew -covermode=count -coverprofile=profile.cov 11 after_success: 12 - go get -v github.com/mattn/goveralls 13 - export PATH=$PATH:$HOME/gopath/bin 14 - goveralls -coverprofile=profile.cov -service=travis-ci