File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 55/.gitignore export-ignore
66/.scrutinizer.yml export-ignore
77/.travis.yml export-ignore
8+ /build
9+ /composer.lock
810/phpunit.xml export-ignore
911/tests export-ignore
12+ /vendor
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ before_script:
2424 - chmod +x *.sh
2525
2626script :
27- - ./pu-${PU_FILE}.sh
27+ - ./tests/ pu-${PU_FILE}.sh
2828
2929after_success :
3030 - travis_retry php vendor/bin/php-coveralls -v
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ rm composer.json
1919mv original-composer.json composer.json
2020
2121mkdir -p ./build/logs
22- vendor/bin/phpunit --configuration phpunit-54.xml --coverage-text --coverage-clover ./build/logs/clover.xml
22+ php -n vendor/bin/phpunit --configuration phpunit-54.xml --coverage-text --coverage-clover ./build/logs/clover.xml
2323rm phpunit-54.xml
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ rm composer.json
1919mv original-composer.json composer.json
2020
2121mkdir -p ./build/logs
22- vendor/bin/phpunit --configuration phpunit-55.xml --coverage-text --coverage-clover ./build/logs/clover.xml
22+ php -n vendor/bin/phpunit --configuration phpunit-55.xml --coverage-text --coverage-clover ./build/logs/clover.xml
2323rm phpunit-55.xml
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ rm composer.json
1818mv original-composer.json composer.json
1919
2020mkdir -p ./build/logs
21- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --coverage-clover ./build/logs/clover.xml
21+ php -n vendor/bin/phpunit --configuration phpunit.xml --coverage-text --coverage-clover ./build/logs/clover.xml
You can’t perform that action at this time.
0 commit comments