See #375. Automatically confirm install Atom for AppVeyor
See https://ci.appveyor.com/project/Glavin001/atom-beautify/build/1
This commit is contained in:
parent
404e42bcf6
commit
f2a8fec358
|
@ -9,7 +9,7 @@ init:
|
|||
- ps: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||
|
||||
install:
|
||||
- cinst atom
|
||||
- cinst atom -y
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
- "%LOCALAPPDATA%/atom/bin/apm install"
|
||||
|
||||
|
|
Loading…
Reference in New Issue