See #375. Automatically confirm install Atom for AppVeyor

See https://ci.appveyor.com/project/Glavin001/atom-beautify/build/1
This commit is contained in:
Glavin Wiechert 2015-05-28 14:22:25 -03:00
parent 404e42bcf6
commit f2a8fec358
1 changed files with 1 additions and 1 deletions

View File

@ -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"