From d7bdefdcfd98267d4378db6725845801f73ffe0b Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Fri, 11 Aug 2017 18:58:02 +0200 Subject: [PATCH] [FIX] travis build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 79c6976b..d1922d8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ addons: - expect-dev # provides unbuffer utility - python-lxml # because pip installation is slow - wkhtmltopdf + - python-pychart language: python @@ -28,7 +29,7 @@ before_install: - "sh -e /etc/init.d/xvfb start" install: - - git clone -b pip-install-sbi https://github.com/acsone/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools + - git clone -b pip-install-no-pychart-lmi https://github.com/acsone/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - travis_install_nightly