openstreetmap-website/config/image_optim/test.yml
Andy Allan 2852ac3e4a Disable image_optim workers in tests
They aren't needed for anything related to testing, and the warnings
about missing binaries adds noise to the test output.
2018-03-28 13:52:51 +08:00

11 lines
176 B
YAML

skip_missing_workers: true
advpng: false
gifsicle: false
jhead: false
jpegoptim: false
jpegtran: false
optipng: false
pngquant: false
pngout: false
pngcrush: false
svgo: false