Commit 90066ce2 by Carsten Brandt

enabled redis on travis

parent fd5e6ccf
......@@ -5,10 +5,13 @@ php:
- 5.4
- 5.5
services:
- redis-server
env:
- DB=mysql
before_script:
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS yiitest;'; fi"
script: phpunit
\ No newline at end of file
script: phpunit
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