mirror of
https://github.com/flarum/framework.git
synced 2025-02-23 23:58:56 +08:00
Travis: Do not run PhpUnit through Composer
We need to run PhpUnit with xDebug enabled in order to collect code coverage information. It is disabled for performance reasons, though: https://github.com/travis-ci/travis-ci/issues/5780.
This commit is contained in:
parent
42902f18b1
commit
77b9669bba
@ -17,7 +17,7 @@ before_script:
|
||||
- composer install
|
||||
|
||||
script:
|
||||
- composer test-ci
|
||||
- vendor/bin/phpunit -c tests/phpunit.xml --coverage-clover=coverage.xml
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
@ -72,8 +72,7 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
|
||||
"test-ci": "vendor/bin/phpunit -c tests/phpunit.xml --coverage-clover=coverage.xml"
|
||||
"test": "vendor/bin/phpunit -c tests/phpunit.xml"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user