full diff: https://github.com/sirupsen/logrus/compare/dd1b4c2e81af...v1.9.4 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
13 lines
197 B
YAML
13 lines
197 B
YAML
# Minimal stub to satisfy AppVeyor CI
|
|
version: 1.0.{build}
|
|
platform: x64
|
|
shallow_clone: true
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- main
|
|
|
|
build_script:
|
|
- echo "No-op build to satisfy AppVeyor CI"
|