diff --git a/.travis.yml b/.travis.yml index f7705b817..63553a013 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,7 +118,7 @@ before_script: }" > app/Config/database.php script: - - sh -c "if [ '$PHPCS' != '1' ]; then ./lib/Cake/Console/cake test core AllTests --stderr; else phpcs --extensions=php --standard=CakePHP ./lib/Cake; fi" + - sh -c "if [ '$PHPCS' != '1' ]; then ./lib/Cake/Console/cake test core AllTests --stderr; else phpcs -p --extensions=php --standard=CakePHP ./lib/Cake; fi" notifications: email: false \ No newline at end of file