From 22d034057ccc2dbb947bfac3eb2cd59521811574 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Sat, 4 Apr 2015 17:59:07 +0200 Subject: [PATCH] Use script/build on AppVeyor :rainbow: --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 77865dfb7..95bf9556a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,4 +6,4 @@ deploy: off build_script: - cd %APPVEYOR_BUILD_FOLDER% - - script/cibuild + - "script/build"