initial commit
This commit is contained in:
commit
18995db757
871 changed files with 492725 additions and 0 deletions
15
vendor/github.com/blevesearch/segment/.travis.yml
generated
vendored
Normal file
15
vendor/github.com/blevesearch/segment/.travis.yml
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue