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 @@ -47,12 +47,10 @@ install:
47
47
- IF NOT EXIST php-installed.txt echo assert.exception=On >> php.ini
48
48
- IF NOT EXIST php-installed.txt appveyor DownloadFile https://getcomposer.org/composer.phar
49
49
- IF NOT EXIST php-installed.txt echo @php %%~dp0composer.phar %%* > composer.bat
50
- - IF NOT EXIST php-installed.txt appveyor DownloadFile https://phar.phpunit.de/phpunit.phar
51
- - IF NOT EXIST php-installed.txt echo @php %%~dp0phpunit.phar %%* > phpunit.bat
52
50
- IF NOT EXIST php-installed.txt type nul >> php-installed.txt
53
51
- cd c:\graphviz
54
52
- composer install --no-interaction --prefer-dist --no-progress
55
53
56
54
test_script :
57
55
- cd c:\graphviz
58
- - phpunit --no-coverage
56
+ - vendor\bin\ phpunit --no-coverage
You can’t perform that action at this time.
0 commit comments