From 0e807bc8b55db5c763c5f53bad3c2e4c1cc1513d Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 21 Aug 2014 09:01:25 +0200 Subject: [PATCH] comment out the connector branch checkout this is not yet ported to 8.0 and causes an Error in travis. Since all the modules are unported in the repo, it should not be a problem. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 54a3bfd03..3bf1c0885 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ virtualenv: install: - 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} + #- git clone https://github.com/OCA/connector $HOME/connector -b ${VERSION} - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - travis_install_nightly ${VERSION}