trying to fix postgres on CI

This commit is contained in:
Kononnable 2018-10-03 19:01:21 +02:00
parent 94d19b3162
commit f5473013e9
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ before_script:
- greenkeeper-lockfile-update
- npm link typescript
- tsc
- sleep 240
- sleep 180
- docker logs typeorm-mg-postgres
after_script:

View File

@ -21,7 +21,7 @@ services:
# postgres
postgres:
image: "postgres:10.0"
image: "postgres:10.5"
container_name: "typeorm-mg-postgres"
ports:
- "5432:5432"