Skip to content

Commit

Permalink
More tunning to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 13, 2014
1 parent 4f506df commit fb59b0d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -17,11 +17,14 @@ matrix:
allow_failures:
- php: hhvm
fast_finish: true
exclude:
- php: 5.5
env: PHPCS=1
include:
- php: hhvm
env:
- HHVM=1 DB=sqlite db_class='Cake\Database\Driver\Sqlite' db_dsn='sqlite::memory:'
- HHVM=1 DB=mysql db_class='Cake\Database\Driver\Mysql' db_dsn='mysql:host=0.0.0.0;dbname=cakephp_test' db_database='cakephp_test' db_login='travis' db_password=''
env: HHVM=1 DB=sqlite db_class='Cake\Database\Driver\Sqlite' db_dsn='sqlite::memory:'
- php: hhvm
env: HHVM=1 DB=mysql db_class='Cake\Database\Driver\Mysql' db_dsn='mysql:host=0.0.0.0;dbname=cakephp_test' db_database='cakephp_test' db_login='travis' db_password=''

before_script:
- sh -c "if [ '$PHPCS' != '1' ]; then sudo locale-gen de_DE; fi"
Expand Down

0 comments on commit fb59b0d

Please sign in to comment.