From 74af17cc659d721e1b9fd0b61e3bcb42fa487846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Tue, 7 Feb 2017 12:12:17 +0100 Subject: [PATCH] Add ubuntu toolchain for builds --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 84fefd55..a4e66e60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ dist: trusty addons: postgresql: "9.5" apt: + sources: + - ubuntu-toolchain-r-test packages: - postgresql-9.5-postgis-2.3 - postgresql-plpython-9.5