mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2024-12-28 09:25:46 +00:00
cf4f80a2cc
Change-Id: I5096dc5360f3c06c32b39ab07b8ba4f989fa5b0b Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/167377 Reviewed-by: Herbie Ong <herbie@google.com>
17 lines
221 B
YAML
17 lines
221 B
YAML
language: go
|
|
go: 1.12.x
|
|
install:
|
|
- unset GOROOT
|
|
- unset GOPATH
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
dist: xenial
|
|
- os: osx
|
|
osx_image: xcode10.1
|
|
script:
|
|
- ./test.bash
|
|
cache:
|
|
directories:
|
|
- .cache
|