From fa7eec265411abbae4b69d5b621ca6d72b35690b Mon Sep 17 00:00:00 2001 From: Dario Lodeiros Date: Thu, 8 Nov 2018 17:55:59 +0100 Subject: [PATCH] [ADD] Travis dependencies --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2e01dfa3a..b6d6f3407 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,10 @@ install: - git clone -b ${VERSION} https://github.com/OCA/web.git ${HOME}/dependencies/web --depth=1 - git clone -b ${VERSION} https://github.com/OCA/partner-contact.git ${HOME}/dependencies/partner-contact --depth=1 - git clone -b ${VERSION} https://github.com/OCA/account-payment.git ${HOME}/dependencies/account_payment_return --depth=1 + - git clone -b ${VERSION} https://github.com/OCA/connector.git ${HOME}/dependencies/connector --depth=1 + - git clone -b ${VERSION} https://github.com/OCA/queue.git ${HOME}/dependencies/queue --depth=1 + - pip install odoorpc + - pip install cachetools script: - travis_wait travis_run_tests