Commit 90066ce2 by Carsten Brandt

enabled redis on travis

parent fd5e6ccf
...@@ -5,10 +5,13 @@ php: ...@@ -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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment