File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ matrix:
5454 - env : STABILITY="dev"
5555
5656before_install :
57- - if [[ $COVERAGE == true ]]; then echo "max_execution_time = 600" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
5857 - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
5958 - if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
6059 - if ! [ -z "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
Original file line number Diff line number Diff line change 4848 },
4949 "scripts" : {
5050 "test" : " vendor/bin/simple-phpunit" ,
51- "test-ci" : " vendor/bin/simple-phpunit --coverage-text --coverage-clover=build/coverage.xml"
51+ "test-ci" : " vendor/bin/simple-phpunit --coverage-text --coverage-clover=build/coverage.xml Tests/Unit "
5252 },
5353 "extra" : {
5454 "branch-alias" : {
You can’t perform that action at this time.
0 commit comments