From 86f537913b1877feeda6312d14a2b6250755effa Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 12 Feb 2016 21:07:58 +0100 Subject: [PATCH] [DEV] update travis.yml to checkout dev branch --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fbb9ed73..ce8374ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,8 +61,10 @@ before_script: - git config --global core.editor "vi" - mkdir WORKING_DIRECTORY - cd WORKING_DIRECTORY - - ../bin/repo init -u https://github.com/atria-soft/manifest.git --depth=10 - - ../bin/repo sync -j8 + - ../bin/repo init -u https://github.com/atria-soft/manifest.git + - ../bin/repo sync -j4 + - ../bin/repo forall -c git checkout master + - ../bin/repo forall -c git checkout $TRAVIS_BRANCH; STATUS=$? - rm -rf atria-soft/ewol - cd .. - pwd