Fix travis ci tests

This commit is contained in:
Timothy Warren 2016-07-27 13:35:30 -04:00
parent 563adace2f
commit f00acbe2d6
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class AnimeClient_TestCase extends PHPUnit_Framework_TestCase {
]
],
'redis' => [
'host' => 'redis',
'host' => (array_key_exists('REDIS_HOST', $_ENV)) ? $_ENV['REDIS_HOST'] : 'localhost',
'database' => 13
]
];