From f2a8fec358f570c9438d2ec61207a8c71a16a961 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Thu, 28 May 2015 14:22:25 -0300 Subject: [PATCH] See #375. Automatically confirm install Atom for AppVeyor See https://ci.appveyor.com/project/Glavin001/atom-beautify/build/1 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d3ae963..71123a4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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"