chronograf/vendor/github.com/gogo/protobuf/.travis.yml

21 lines
486 B
YAML
Raw Normal View History

2017-05-12 19:32:40 +00:00
env:
- PROTOBUF_VERSION=2.6.1
2018-03-22 21:54:06 +00:00
- PROTOBUF_VERSION=3.0.2
- PROTOBUF_VERSION=3.5.1
2017-05-12 19:32:40 +00:00
before_install:
- ./install-protobuf.sh
- PATH=/home/travis/bin:$PATH protoc --version
script:
- PATH=/home/travis/bin:$PATH make buildserverall
- echo $TRAVIS_GO_VERSION
2018-03-22 21:54:06 +00:00
- if [[ "$PROTOBUF_VERSION" == "3.5.1" ]] && [[ "$TRAVIS_GO_VERSION" =~ ^1\.10\.[0-9]+$ ]]; then ! git status --porcelain | read || (git status; git diff; exit 1); fi
2017-05-12 19:32:40 +00:00
language: go
go:
2018-03-22 21:54:06 +00:00
- 1.8.x
- 1.9.x
- 1.10.x