Skip to content

Commit a0a6fc8

Browse files
committed
WIP
1 parent 5340361 commit a0a6fc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ addons:
1111

1212
env:
1313
global:
14-
- REDIS_HOST=192.168.10.10
15-
- DB_HOST=192.168.10.10
14+
- REDIS_HOST=127.0.0.1
15+
- DB_HOST=127.0.0.1
1616

1717
matrix:
1818
include:

tests/Integration/CachedBuilder/WhereJsonContainsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protected function getEnvironmentSetUp($app)
1414
parent::getEnvironmentSetUp($app);
1515

1616
$app['config']->set('database.default', 'pgsql');
17-
$app['config']->set('database.connections.pgsql.host', "192.168.10.10");
17+
$app['config']->set('database.connections.pgsql.host', "127.0.0.1");
1818
$app['config']->set('database.connections.pgsql.database', "testing");
1919
$app['config']->set('database.connections.pgsql.username', "homestead");
2020
$app['config']->set('database.connections.pgsql.password', "secret");

0 commit comments

Comments
 (0)