From d93a84d9c9cae5131e3ceabb864e30ba51f92c9c Mon Sep 17 00:00:00 2001 From: Sergio Portoles Diez Date: Mon, 5 Oct 2020 17:06:01 +0200 Subject: [PATCH] add rtt_common_msgs as an upstream dependency in Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8a22d2b0..a80f5f13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ env: global: # global settings for all jobs - ROS_REPO=ros - CCACHE_DIR=$HOME/.ccache # enables C/C++ caching in industrial_ci + - UPSTREAM_WORKSPACE='github:orocos/rtt_common_msgs' matrix: # each line is a job - ROS_DISTRO="kinetic" #- ROS_DISTRO="melodic"