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