diff --git a/framework/core/.travis.yml b/framework/core/.travis.yml index 031fd48cf..e9bd31b8d 100644 --- a/framework/core/.travis.yml +++ b/framework/core/.travis.yml @@ -17,7 +17,7 @@ before_script: - composer install script: - - composer test + - composer test-ci notifications: email: diff --git a/framework/core/composer.json b/framework/core/composer.json index 1a8b7f39e..4fb4e4fa4 100644 --- a/framework/core/composer.json +++ b/framework/core/composer.json @@ -72,7 +72,8 @@ } }, "scripts": { - "test": "vendor/bin/phpunit -c tests/phpunit.xml" + "test": "vendor/bin/phpunit -c tests/phpunit.xml", + "test-ci": "vendor/bin/phpunit -c tests/phpunit.xml --coverage-clover=coverage.xml" }, "extra": { "branch-alias": {