We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11463a0 commit e810603Copy full SHA for e810603
1 file changed
appveyor.yml
@@ -82,8 +82,18 @@ install:
82
- IF %PHP%==1 echo xdebug.remote_enable=1 >> php.ini
83
- IF %PHP%==1 echo xdebug.remote_autostart=1 >> php.ini
84
- IF %PHP%==1 echo xdebug.profiler_enable=off >> php.ini
85
+ - where createdb
86
+ - where psql
87
+ - where sqlcmd
88
+ - where mysqladmin
89
+ - where mysql
90
+ - where appveyor
91
+ - where appveyor-retry
92
+ - path
93
+ - appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
94
- cd c:\projects\php-project-workspace
95
- composer self-update
96
+ - composer require phpstan/phpstan "0.11.3"
97
98
build_script:
99
# postgres
0 commit comments