diff --git a/appveyor.yml b/appveyor.yml index 1511191bd..3f802a528 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,14 +11,6 @@ os: Visual Studio 2015 # limit clone to latest 5 commits clone_depth: 5 -services: - - postgresql94 #if changing this, also change PATH below - -install: - - SET PGUSER=postgres - - SET PGPASSWORD=Password12! - - SET PATH=C:\Program Files\PostgreSQL\9.4\bin\;%PATH% - build_script: - scripts\build-appveyor.bat