From 6636e9077b8ed28a769d53d17eb7c5f358222952 Mon Sep 17 00:00:00 2001 From: John Shahid Date: Sat, 9 Apr 2016 19:54:39 -0400 Subject: [PATCH] use batch instead of powershell --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5210a92..cf38e70 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,8 @@ --- install: - ps: ((New-Object Net.WebClient).DownloadFile('https://files.gpg4win.org/gpg4win-2.3.1.exe', "$env:TMP\gpg4win.exe")) - - ps: $env:TMP\gpg4win.exe /S - ps: ((New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt', "$env:TMP\ca-bundle.crt")) + - %TMP%\gpg4win.exe /S - SET SSL_CERT_FILE=%TMP%\ca-bundle.crt - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - SET RAKEOPT=-rdevkit