1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-11-17 14:56:26 +00:00
grpcox/vendor/github.com/fullstorydev/grpcurl/.travis.yml
2019-03-25 10:47:41 +07:00

18 lines
282 B
YAML

language: go
sudo: false
matrix:
include:
- go: "1.9"
- go: "1.10"
env: VET=1
- go: "1.11"
env: GO111MODULE=off
- go: "1.11"
env: GO111MODULE=on
- go: "1.12"
- go: tip
script:
- if [[ "$VET" = 1 ]]; then make; else make deps test; fi