diff --git a/.travis.yml b/.travis.yml index 1e69e1763..3d6448b52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ virtualenv: system_site_packages: true install: + - git clone https://github.com/OCA/reporting-engine ${HOME}/reporting-engine -b ${VERSION} - git clone https://github.com/oca/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - git clone https://github.com/OCA/connector $HOME/connector -b ${VERSION} - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}