From fd99c7c3aeb6f07d3ac530c21e20120a13544ea1 Mon Sep 17 00:00:00 2001 From: bergwerkgis Date: Tue, 15 Mar 2016 08:19:18 +0000 Subject: [PATCH] [skip travis] fix appveyor.yml syntax --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e0e5f4b50..c76c85330 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,7 @@ install: - SET PGPASSWORD=Password12! - SET PATH=C:\Program Files\PostgreSQL\9.4\bin\;%PATH% -build: +build_script: - scripts\build-appveyor.bat after_build: @@ -36,5 +36,6 @@ artifacts: - path: mapnik-visual-images.zip name: mapnik-visual-images.zip +build: off test: off deploy: off