OSDN Git Service

new repo
[bytom/vapor.git] / vendor / google.golang.org / grpc / .travis.yml
1 language: go
2
3 go:
4   - 1.6.x
5   - 1.7.x
6   - 1.8.x
7   - 1.9.x
8
9 matrix:
10   include:
11   - go: 1.9.x
12     env: GOARCH=386
13
14 go_import_path: google.golang.org/grpc
15
16 before_install:
17   - if [[ "$TRAVIS_GO_VERSION" = 1.9* && "$GOARCH" != "386" ]]; then ./vet.sh -install || exit 1; fi
18
19 script:
20   - if [[ "$TRAVIS_GO_VERSION" = 1.9* && "$GOARCH" != "386" ]]; then ./vet.sh || exit 1; fi
21   - make test testrace