From 1d267a9a13aaa8c6670cefaa77fb5495f0ff0795 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 8 May 2019 19:45:43 +0200 Subject: [PATCH] .travis.yml: Remove display hack --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b48f7d9..efc6e18e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,10 +23,6 @@ env: - TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1" -before_install: - - "export DISPLAY=:912.0" - - "sh -e /etc/init.d/xvfb start" - install: - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}