Fix travis ci tests
This commit is contained in:
parent
1b93adefa3
commit
2a3a64f0eb
@ -73,7 +73,7 @@ class AnimeClient_TestCase extends PHPUnit_Framework_TestCase {
|
|||||||
]
|
]
|
||||||
],
|
],
|
||||||
'redis' => [
|
'redis' => [
|
||||||
'host' => 'redis',
|
'host' => (array_key_exists('REDIS_HOST', $_ENV)) ? $_ENV['REDIS_HOST'] : 'localhost',
|
||||||
'database' => 13
|
'database' => 13
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user