We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd44c2a commit e5be998Copy full SHA for e5be998
.travis.yml
@@ -111,7 +111,7 @@ before_script:
111
}" > app/Config/database.php
112
113
script:
114
- - sh -c "if [ '$PHPCS' != '1' ]; then ./lib/Cake/Console/cake test core AllTests --stderr; else phpcs -p --extensions=php --standard=CakePHP ./lib/Cake; fi"
+ - 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 AllDatabase --stderr; fi"
115
116
notifications:
117
email: false
0 commit comments