Skip to content

Commit 7c9a291

Browse files
committed
WIP
1 parent 37a140c commit 7c9a291

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,18 @@ services:
66
- postgresql
77
- redis-server
88

9+
addons:
10+
postgresql: "10"
11+
apt:
12+
packages:
13+
- postgresql-10
14+
- postgresql-client-10
15+
916
env:
1017
global:
11-
- REDIS_HOST=127.0.0.1
12-
- DB_HOST=127.0.0.1
18+
- REDIS_HOST=127.0.0.1
19+
- DB_HOST=127.0.0.1
20+
- PGPORT=5433
1321

1422
matrix:
1523
include:

0 commit comments

Comments
 (0)