From 707dfca7f26f1cc5ed9e6eb403e4d65a8416b4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean=20Traull=C3=A9?= Date: Fri, 30 Aug 2019 20:22:54 +0200 Subject: [PATCH] pgdg is in the trusted list ; using it instead of custom sourceline. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4d96b98c73..99a13924000 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,7 @@ addons: apt: sources: # To use the last version of pgloader, we add repo of postgresql - - postgresql - - sourceline: 'deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main' - - key_url: 'https://www.postgresql.org/media/keys/ACCC4CF8.asc' + - pgdg packages: # We need a webserver to test the webservices # Let's install Apache with.