Browse Source

enabled redis on travis

tags/2.0.0-beta
Carsten Brandt 12 years ago
parent
commit
90066ce21e
  1. 5
      .travis.yml

5
.travis.yml

@ -5,10 +5,13 @@ php:
- 5.4 - 5.4
- 5.5 - 5.5
services:
- redis-server
env: env:
- DB=mysql - DB=mysql
before_script: before_script:
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS yiitest;'; fi" - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS yiitest;'; fi"
script: phpunit script: phpunit

Loading…
Cancel
Save