diff --git a/framework/core/.travis.yml b/framework/core/.travis.yml index e9bd31b8d..54179d492 100644 --- a/framework/core/.travis.yml +++ b/framework/core/.travis.yml @@ -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: diff --git a/framework/core/composer.json b/framework/core/composer.json index 4fb4e4fa4..1a8b7f39e 100644 --- a/framework/core/composer.json +++ b/framework/core/composer.json @@ -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": {