atom / ci

Build your Atom packages

Home Page:https://atom.io/packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop using `appveyor` command

thomasjo opened this issue · comments

The use of the appveyor command in the PowerShell script is currently preventing the CI script from being executed in other environments.

There is no good reason for using that command, so we should replace it.

AppVeyor lists several alternatives here: https://www.appveyor.com/docs/how-to/download-file/

I reverted this in 3ff137a, per reasoning in #55.