ingress-nginx-helm/vendor/google.golang.org/grpc/.travis.yml
Manuel de Brito Fontes 601fb7dacf Add e2e tests
2017-10-20 20:33:48 -03:00

20 lines
378 B
YAML

language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
matrix:
include:
- go: 1.9.x
env: ARCH=386
go_import_path: google.golang.org/grpc
before_install:
- if [[ "$TRAVIS_GO_VERSION" = 1.9* && "$ARCH" != "386" ]]; then ./vet.sh -install || exit 1; fi
script:
- if [[ "$TRAVIS_GO_VERSION" = 1.9* && "$ARCH" != "386" ]]; then ./vet.sh || exit 1; fi
- make test testrace