From 4bd219c393c154ee8739f091da3deca5b0056151 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Thu, 20 Feb 2020 12:04:48 +0100 Subject: [PATCH] travis: fix OSX --- travis_custom/custom_before_install_osx.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/travis_custom/custom_before_install_osx.sh b/travis_custom/custom_before_install_osx.sh index 40dbd837..0ee7c787 100755 --- a/travis_custom/custom_before_install_osx.sh +++ b/travis_custom/custom_before_install_osx.sh @@ -5,7 +5,6 @@ brew tap gepetto/homebrew-gepetto # install eigenpy -brew install python@2 brew install boost assimp eigen octomap brew uninstall numpy -- GitLab