Travis should have postgresql 10 installed already
This commit is contained in:
parent
1ba3d0a618
commit
22da6e50b9
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue