From bf31637a8a55d231762109ca404decd0d89a54c5 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 7 Aug 2020 17:23:14 +0200 Subject: [PATCH] [FIX] .travis.yml: Remove duplicity of PG --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a789061..bed4c52c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,6 @@ python: addons: postgresql: "9.6" - postgresql: "9.5" # minimal postgresql version for the base_import_security_group module - # more info: https://github.com/OCA/maintainer-quality-tools/issues/432 apt: packages: - expect-dev # provides unbuffer utility