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:
54
54
- env : STABILITY="dev"
55
55
56
56
before_install :
57
- - if [[ $COVERAGE == true ]]; then echo "max_execution_time = 600" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
58
57
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
59
58
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
60
59
- if ! [ -z "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
Original file line number Diff line number Diff line change 48
48
},
49
49
"scripts" : {
50
50
"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 "
52
52
},
53
53
"extra" : {
54
54
"branch-alias" : {
You can’t perform that action at this time.
0 commit comments