upgrade postgis version in .travis.yml

This commit is contained in:
Stepan Kuzmin 2018-01-18 13:59:02 +03:00
parent 0b111532ad
commit e5dceace19

View File

@ -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