Skip to content

Commit 3bde730

Browse files
committed
use local redis on the travis-ci server
1 parent f2dc435 commit 3bde730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/redis_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Redis extends atoum\test {
1010

11-
private $dsn = 'redis://jdp:c5bfca3c8324fef99e0a920d37ea3232@catfish.redistogo.com:9512/';
11+
private $dsn = 'redis://localhost/';
1212
private $redis;
1313

1414
function test__construct() {

0 commit comments

Comments
 (0)