From 7e327302ef26c32561b109c6fa24555a11a5b214 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Wed, 5 Nov 2014 09:13:23 +0100 Subject: [PATCH] fix travis config we need to use the master branch of maintainer-quality-tools to use UNIT_TEST --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b424c8127..9e93c0e54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ virtualenv: system_site_packages: true install: - - git clone https://github.com/oca/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools -b r2 + - 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} - travis_install_nightly ${VERSION}