|
@@ -118,7 +118,7 @@ before_script:
|
|
|
}" > app/Config/database.php
|
|
}" > app/Config/database.php
|
|
|
|
|
|
|
|
script:
|
|
script:
|
|
|
- - sh -c "if [ '$PHPCS' != '1' ]; then ./lib/Cake/Console/cake test core AllTests --stderr; else phpcs --standard=CakePHP ./lib/Cake; fi"
|
|
|
|
|
|
|
+ - sh -c "if [ '$PHPCS' != '1' ]; then ./lib/Cake/Console/cake test core AllTests --stderr; else phpcs --extensions=php --standard=CakePHP ./lib/Cake; fi"
|
|
|
|
|
|
|
|
notifications:
|
|
notifications:
|
|
|
email: false
|
|
email: false
|