Skip to content

Commit e810603

Browse files
committed
narrow down where appveyor build/config errors are
1 parent 11463a0 commit e810603

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,18 @@ install:
8282
- IF %PHP%==1 echo xdebug.remote_enable=1 >> php.ini
8383
- IF %PHP%==1 echo xdebug.remote_autostart=1 >> php.ini
8484
- 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
8594
- cd c:\projects\php-project-workspace
8695
- composer self-update
96+
- composer require phpstan/phpstan "0.11.3"
8797

8898
build_script:
8999
# postgres

0 commit comments

Comments
 (0)