From 9146286740a4153f827171650b8abd5bd13de93f Mon Sep 17 00:00:00 2001 From: Arturo Laurenzi Date: Thu, 25 Jul 2024 10:58:48 +0200 Subject: [PATCH] use next branch for recipes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d4cba30..88713b08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ before_script: - SRC_FOLDER=$PWD - cd .. && mkdir forest_ws && cd forest_ws && forest init # create forest ws for building - ln -s $SRC_FOLDER src/$(basename $SRC_FOLDER) # symlink original source folder -- forest add-recipes git@github.com:advrhumanoids/multidof_recipes.git -t master --clone-protocol https # get recipes +- forest add-recipes git@github.com:advrhumanoids/multidof_recipes.git -t next --clone-protocol https # get recipes # apt update and core packages installation - sudo apt-get update