From 287a4054b836839e847ea3daae780e64d7ce78b3 Mon Sep 17 00:00:00 2001 From: Artjoms Iskovs Date: Thu, 22 Nov 2018 14:36:58 +0000 Subject: [PATCH] Removed the pg10 client from travis (no need for pg_dump) --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f36d9a03..e37d4e0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,10 +17,6 @@ addons: # using the same connection string, hence we map remote_driver on the host to localhost # (Docker networking takes care of wiring it up in the case of the container) - remote_driver - apt: - packages: - # external object tests use pg_dump/restore that is supposed to be able to talk to pg10 - - postgresql-client-10 env: COMPOSE_VERSION: 1.21.2