File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1212 - 7.0
1313 - hhvm
1414
15+ env :
16+ global :
17+ - TEST_COMMAND="composer test"
18+
1519matrix :
1620 fast_finish : true
1721 include :
1822 - php : 5.5
19- env :
20- - COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
21- - COVERAGE=true
22- - PHPUNIT_FLAGS="--coverage-clover build/coverage.xml"
23+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true PHPUNIT_FLAGS="--coverage-clover build/coverage.xml"
2324
2425before_install :
2526 - travis_retry composer self-update
@@ -29,7 +30,8 @@ install:
2930
3031before_script : vendor/bin/http_test_server > /dev/null 2>&1 &
3132
32- script : vendor/bin/phpunit ${PHPUNIT_FLAGS}
33+ script :
34+ - $TEST_COMMAND
3335
3436after_success :
3537 - if [[ "$COVERAGE" = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
You can’t perform that action at this time.
0 commit comments