mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-15 01:51:39 +00:00
* 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
20 lines
526 B
YAML
20 lines
526 B
YAML
language: go
|
|
go:
|
|
- tip
|
|
|
|
install:
|
|
- export PATH=$PATH:$HOME/gopath/bin
|
|
- go get golang.org/x/tools/cover
|
|
- go get github.com/mattn/goveralls
|
|
|
|
script:
|
|
- ./generate.sh
|
|
- go test -coverprofile=coverage.out
|
|
|
|
after_success:
|
|
- goveralls -coverprofile=coverage.out -service=travis-ci -package=calmh/xdr -repotoken="$COVERALLS_TOKEN"
|
|
|
|
env:
|
|
global:
|
|
secure: SmgnrGfp2zLrA44ChRMpjPeujubt9veZ8Fx/OseMWECmacyV5N/TuDhzIbwo6QwV4xB0sBacoPzvxQbJRVjNKsPiSu72UbcQmQ7flN4Tf7nW09tSh1iW8NgrpBCq/3UYLoBu2iPBEBKm93IK0aGNAKs6oEkB0fU27iTVBwiTXOY=
|