From 17eefb9ff67cef584e84f1d022d8f0059e53cafd Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Tue, 1 Jul 2014 16:54:41 +0200 Subject: [PATCH] fix config of dependency branches --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86eea902f..6fc7134e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ virtualenv: before_install: - sudo apt-get install -qq graphviz - git clone https://github.com/gurneyalex/maintainer-quality-tools.git $HOME/maintainer-quality-tools - - git clone https://github.com/OCA/stock-logistics-tracking.git $HOME/stock-logistics-tracking - - git clone https://github.com/OCA/stock-logistics-barcode.git $HOME/stock-logistics-barcode + - git clone https://github.com/OCA/stock-logistics-tracking.git -b 7.0 $HOME/stock-logistics-tracking + - git clone https://github.com/OCA/stock-logistics-barcode.git -b 7.0 $HOME/stock-logistics-barcode services: - postgresql