From 0957ac98284cc06248f45ed7332e2cc98c70d387 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Sun, 28 Oct 2018 13:06:19 -0700 Subject: [PATCH] DO NOT MERGE THIS: use custom branch of python-rosdistro --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c450f0e6560d1b..01157962510a3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,8 @@ sudo: false install: - easy_install -U pip - pip install PyYAML argparse - - pip install catkin_pkg ros_buildfarm rosdistro nose coverage + - pip install git+https://github.com/ros-infrastructure/rosdistro.git@rep153_ros_version + - pip install catkin_pkg ros_buildfarm nose coverage - pip install yamllint - pip install unidiff