mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
147752ee05
removing the replace rule; no actual code changes in the vendored files (only some changes in docs). full diff: https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v1.2.0...v1.3.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
16 lines
181 B
YAML
16 lines
181 B
YAML
sudo: false
|
|
language: go
|
|
go:
|
|
- 1.13.x
|
|
- 1.14.x
|
|
- 1.15.x
|
|
|
|
env:
|
|
global:
|
|
- GO111MODULE=on
|
|
|
|
script:
|
|
- make test
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|