We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f795473 commit 6265432Copy full SHA for 6265432
1 file changed
appveyor.yml
@@ -32,7 +32,6 @@ install:
32
- choco config set cacheLocation %LOCALAPPDATA%\Temp\Chocolatey
33
- choco install -y php --version %php_ver_target%
34
- choco install -y sqlite
35
- - choco install -y postgresql --params '/Password:Password12!'
36
- choco install -y composer
37
- refreshenv
38
- composer install --no-interaction --no-progress --prefer-dist
@@ -90,6 +89,7 @@ build_script:
90
89
# postgres
91
- SET PGUSER=postgres
92
- SET PGPASSWORD=Password12!
+ - PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH%
93
- createdb ez_test
94
- psql -c "CREATE USER ez_test WITH PASSWORD 'ezTest';"
95
# sqlserver
0 commit comments