From 208ad338e8f3643b8dc589186943c7f0ef9c640c Mon Sep 17 00:00:00 2001 From: Benoit Aimont Date: Thu, 29 Apr 2021 11:36:58 +0200 Subject: [PATCH] [TO REVERT] add the dependency for fieldservice_account_analytic to make travis green - remove when PR773 is merged --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2f3feda24f..9b7f103b1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,10 @@ env: - VERSION="13.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" install: + # FIXME: 2 lines to remove when PR773 is merged + - git clone --branch 13.0-mig-fieldservice_account_analytic + https://github.com/acsone/field-service.git PR773 + - rm -rf fieldservice_account_analytic && cp -ar PR773/fieldservice_account_analytic . - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}