mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
93a04158fd
gvt fetch -a, because we need the protobuf files etc for regeneration
21 lines
458 B
YAML
21 lines
458 B
YAML
env:
|
|
- PROTOBUF_VERSION=2.6.1
|
|
- PROTOBUF_VERSION=3.0.2
|
|
- PROTOBUF_VERSION=3.3.0
|
|
|
|
before_install:
|
|
- ./install-protobuf.sh
|
|
- PATH=/home/travis/bin:$PATH protoc --version
|
|
|
|
script:
|
|
- PATH=/home/travis/bin:$PATH make buildserverall
|
|
- echo $TRAVIS_GO_VERSION
|
|
- if [ "$TRAVIS_GO_VERSION" == 1.8 ] && [[ "$PROTOBUF_VERSION" == 3.3.0 ]]; then ! git status --porcelain | read || (git status; git diff; exit 1); fi
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.7.1
|
|
- 1.8
|
|
|