Remove unneeded init: As far as I can tell this is a leftover from the appveyor.yml Reference: https://www.appveyor.com/docs/appveyor-yml/ Cleanup command blocks: cmd is the default shell, so it doesn't have to be specified. Use proper multi-line syntax for install. Make configuration into one line: This reduces line count, but is mainly personal preference.
1.9 KiB
1.9 KiB