1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-12-27 19:30:10 +00:00
grpcox/vendor/github.com/fullstorydev/grpcurl/.travis.yml

18 lines
282 B
YAML
Raw Normal View History

2019-03-25 03:47:41 +00:00
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