initial commit
This commit is contained in:
commit
18995db757
871 changed files with 492725 additions and 0 deletions
20
vendor/github.com/couchbase/vellum/.travis.yml
generated
vendored
Normal file
20
vendor/github.com/couchbase/vellum/.travis.yml
generated
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
sudo: false
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.8
|
||||
|
||||
script:
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get github.com/kisielk/errcheck
|
||||
- go test -v $(go list ./... | grep -v vendor/)
|
||||
- go test -race
|
||||
- go vet
|
||||
- errcheck
|
||||
- go test -coverprofile=profile.out -covermode=count
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then goveralls -service=travis-ci -coverprofile=profile.out -repotoken $COVERALLS; fi'
|
||||
|
||||
notifications:
|
||||
email:
|
||||
- marty.schoch@gmail.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue