From c8edfe490124392a56b4274b5dce1c1b14c00114 Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Wed, 8 Jan 2020 15:48:33 +0100 Subject: [PATCH 1/2] use testing repo Signed-off-by: Mikael Arguedas --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd17e479..153af18c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ git: # https://github.com/ros-industrial/industrial_ci/blob/master/doc/index.rst#variables-you-can-configure env: global: # global settings for all jobs - - ROS_REPO=ros + - ROS_REPO=testing - CCACHE_DIR=$HOME/.ccache # enables C/C++ caching in industrial_ci matrix: # each line is a job - ROS_DISTRO="indigo" From ddd30b6c42fd05c7eb666c206096d92261313151 Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Wed, 8 Jan 2020 15:57:44 +0100 Subject: [PATCH 2/2] melodic not allowed to fail anymore, indigo allowed Signed-off-by: Mikael Arguedas --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 153af18c..a9706cf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,8 +33,7 @@ env: # allow failures, e.g. for unsupported distros matrix: allow_failures: - - env: ROS_DISTRO="melodic" OS_NAME=ubuntu OS_CODE_NAME=bionic - - env: ROS_DISTRO="melodic" OS_NAME=debian OS_CODE_NAME=stretch + - env: ROS_DISTRO="indigo" # clone and run industrial_ci install: