Reinstate ghostscript/imagick install; fix bmp name in regenerate test.#69
Reinstate ghostscript/imagick install; fix bmp name in regenerate test.#69schlessera merged 4 commits intomasterfrom
Conversation
Waiting for that matching PR before merging this one. |
|
The 81a803b commit moves the This non-destructiveness should also really extend to the no metadata case, but haven't come up with a nice way to do this, so leaving for the moment. Also added some tests of this behaviour, and added some extra comments. The 8f7bc79 commit reinstates the caching of the ImageMagick build, adding another Travis append file. I'll do the PR on |
Reinstate ghostscript/imagick install; fix bmp name in regenerate test.
See #44 and #61
Reinstates ghostscript/imagick install which got overwritten by #44. This means that a number of tests weren't getting run for months 😢
Fixes BMP filename added in #61
Also adds
travis-before_install-append.ymlwhich will be used by PR toscaffold-package-commandto allow for package-specific stuff to be added to.travis.yml.