mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 03:48:26 +00:00
944ddcf768
* go mod init; rm -rf vendor * tweak proto files and generation * go mod vendor * clean up build.go * protobuf literals in tests * downgrade gogo/protobuf
22 lines
202 B
YAML
22 lines
202 B
YAML
sudo: required
|
|
dist: trusty
|
|
language: go
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
osx_image: xcode7.2
|
|
|
|
go:
|
|
- 1.6
|
|
- 1.5
|
|
|
|
env:
|
|
- ARCH=x86_64
|
|
- ARCH=i686
|
|
|
|
script:
|
|
- diff -au <(gofmt -d .) <(printf "")
|
|
- go test -race -v ./...
|