Add ubuntu toolchain for builds

This commit is contained in:
Daniel García Aubert 2017-02-07 12:12:17 +01:00
parent aaa3e34c7f
commit 74af17cc65

View File

@ -2,6 +2,8 @@ dist: trusty
addons: addons:
postgresql: "9.5" postgresql: "9.5"
apt: apt:
sources:
- ubuntu-toolchain-r-test
packages: packages:
- postgresql-9.5-postgis-2.3 - postgresql-9.5-postgis-2.3
- postgresql-plpython-9.5 - postgresql-plpython-9.5