File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,10 @@ install:
4545 - IF NOT EXIST php-installed.txt echo assert.exception=On >> php.ini
4646 - IF NOT EXIST php-installed.txt appveyor DownloadFile https://getcomposer.org/composer.phar
4747 - IF NOT EXIST php-installed.txt echo @php %%~dp0composer.phar %%* > composer.bat
48- - IF NOT EXIST php-installed.txt appveyor DownloadFile https://phar.phpunit.de/phpunit.phar
49- - IF NOT EXIST php-installed.txt echo @php %%~dp0phpunit.phar %%* > phpunit.bat
5048 - IF NOT EXIST php-installed.txt type nul >> php-installed.txt
5149 - cd c:\flyfinder
5250 - composer install --no-interaction --prefer-dist --no-progress
5351
5452test_script :
5553 - cd c:\flyfinder
56- - phpunit --no-coverage
54+ - vendor\bin\ phpunit --no-coverage
You can’t perform that action at this time.
0 commit comments