From 330f570442ce9f216d657eb4b81e296dac552f3f Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 2 Oct 2018 10:34:28 +0200 Subject: [PATCH] [FIX] .travis.yml: Remove previous Postgresql version --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f026933..d3c8eaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,6 @@ python: addons: postgresql: "9.6" - postgresql: "9.3" # 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