k3s/vendor/github.com/gogo/googleapis/.travis.yml

17 lines
409 B
YAML
Raw Normal View History

2019-01-12 04:58:27 +00:00
before_install:
- ./install-protobuf.sh
- PATH=/home/travis/bin:$PATH protoc --version
- go get github.com/gogo/protobuf/protoc-gen-gogo/descriptor
- go get github.com/gogo/protobuf/types
- go get github.com/gogo/protobuf/protoc-gen-gogotypes
- go get github.com/gogo/protobuf/gogoreplace
- echo $TRAVIS_GO_VERSION
script:
- PATH=/home/travis/bin:$PATH make test
language: go
go:
- 1.9.x