Travis should have postgresql 10 installed already

This commit is contained in:
Víðir Valberg Guðmundsson 2020-06-05 09:54:44 +02:00 committed by GitHub
parent 1ba3d0a618
commit 22da6e50b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -10,11 +10,9 @@ services:
- postgresql
addons:
postgresql: "10"
postgresql: 10
apt:
packages:
- postgresql-10
- postgresql-client-10
- postgresql-10-postgis-2.5
before_script: