Skip to content

Commit 5340361

Browse files
committed
WIP - trying to fix travis build failing on db.
1 parent 7120884 commit 5340361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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=127.0.0.1
15-
- DB_HOST=127.0.0.1
14+
- REDIS_HOST=192.168.10.10
15+
- DB_HOST=192.168.10.10
1616

1717
matrix:
1818
include:

0 commit comments

Comments
 (0)