github.com/landoop/schema-registry@v0.0.0-20190327143759-50a5701c1891/.travis.yml (about) 1 language: go 2 os: 3 - linux 4 - osx 5 go: 6 - "go1.10" 7 go_import_path: github.com/landoop/schema-registry 8 9 env: 10 global: 11 - GOCACHE=off 12 install: 13 - go get ./... 14 script: 15 - go test -v -cover ./...