dispatch/vendor/github.com/blevesearch/segment/.travis.yml

16 lines
316 B
YAML
Raw Normal View History

2018-08-31 01:07:13 +00:00
language: go
go:
- 1.7
script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v -covermode=count -coverprofile=profile.out
- go vet
- goveralls -service drone.io -coverprofile=profile.out -repotoken $COVERALLS
notifications:
email:
- marty.schoch@gmail.com