From 5c7f60ace6903d283d91e5a00de5496317fa9044 Mon Sep 17 00:00:00 2001
From: mnaveau <maximilien.naveau@laas.fr>
Date: Wed, 18 May 2016 15:01:59 +0200
Subject: [PATCH] retry normal build of the simple humanoid description in
 travis

---
 travis_custom/custom_before_install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/travis_custom/custom_before_install b/travis_custom/custom_before_install
index a6fc9c87..af9caa2d 100755
--- a/travis_custom/custom_before_install
+++ b/travis_custom/custom_before_install
@@ -20,7 +20,7 @@ export APT_DEPENDENCIES="doxygen doxygen-latex libboost-all-dev libeigen3-dev li
 export APT_DEPENDENCIES=$APT_DEPENDENCIES" robotpkg-pinocchio robotpkg-jrl-mal+jrl-mathtools"
 
 # Add one git dependency
-export ROS_GIT_DEPENDENCIES=$GIT_DEPENDENCIES" https://github.com/MaximilienNaveau/simple_humanoid_description.git"
+export GIT_DEPENDENCIES=$GIT_DEPENDENCIES" https://github.com/MaximilienNaveau/simple_humanoid_description.git"
 
 # When this script is called the current directory is ./custom_travis
 . ./.travis/run ../.travis/before_install
-- 
GitLab