mirror of
https://github.com/maplibre/martin.git
synced 2024-12-23 14:53:35 +03:00
upgrade postgis version in .travis.yml
This commit is contained in:
parent
0b111532ad
commit
e5dceace19
@ -8,6 +8,15 @@ branches:
|
||||
services:
|
||||
- postgresql
|
||||
|
||||
addons:
|
||||
postgresql: 9.6
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- libstdc++6
|
||||
- postgresql-9.6-postgis-2.4
|
||||
|
||||
env:
|
||||
- DATABASE_URL=postgres://postgres@localhost/test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user