diff --git a/framework/core/.travis.yml b/framework/core/.travis.yml index ed5f2c4a4..ccf5bb9bc 100644 --- a/framework/core/.travis.yml +++ b/framework/core/.travis.yml @@ -14,8 +14,8 @@ before_script: - php composer.phar install script: - - vendor/bin/phpcs --standard=PSR2 -np src - - vendor/bin/phpspec run + - composer.phar style + - composer.phar test notifications: email: