orbiter/vendor/github.com/golang/protobuf/.travis.yml
Gianluca Arbezzano 495ea07d84
Updated dep version and dependencies
Dep recently released Alpha version. In this version lock and json GoPgk
are not going to change drastically.
2017-07-10 10:33:29 +02:00

18 lines
342 B
YAML

sudo: false
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
install:
- go get -v -d -t github.com/golang/protobuf/...
- curl -L https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip -o /tmp/protoc.zip
- unzip /tmp/protoc.zip -d $HOME/protoc
env:
- PATH=$HOME/protoc/bin:$PATH
script:
- make all test