Skip to content

Commit 6265432

Browse files
committed
Update appveyor.yml
1 parent f795473 commit 6265432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ install:
3232
- choco config set cacheLocation %LOCALAPPDATA%\Temp\Chocolatey
3333
- choco install -y php --version %php_ver_target%
3434
- choco install -y sqlite
35-
- choco install -y postgresql --params '/Password:Password12!'
3635
- choco install -y composer
3736
- refreshenv
3837
- composer install --no-interaction --no-progress --prefer-dist
@@ -90,6 +89,7 @@ build_script:
9089
# postgres
9190
- SET PGUSER=postgres
9291
- SET PGPASSWORD=Password12!
92+
- PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH%
9393
- createdb ez_test
9494
- psql -c "CREATE USER ez_test WITH PASSWORD 'ezTest';"
9595
# sqlserver

0 commit comments

Comments
 (0)