1
0
mirror of https://github.com/restic/restic.git synced 2024-07-13 10:24:12 +02:00
restic/vendor/github.com/golang/protobuf/.travis.yml
2017-08-06 21:47:56 +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