From d3d8f5babe248a3240bf9e31e6523c1ff3fe30e1 Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" <g.a.vanderhoorn@tudelft.nl> Date: Thu, 4 Apr 2019 23:29:31 +0200 Subject: [PATCH] travis: remove Indigo configurations. (#417) --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 292cc36..0b37172 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,8 @@ notifications: email: on_success: always on_failure: always -# recipients: -# - jane@doe env: matrix: - - USE_DEB=true ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu - - USE_DEB=true ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu - - USE_DEB=true ROS_DISTRO="indigo" PRERELEASE=true - USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu - USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu - USE_DEB=true ROS_DISTRO="kinetic" PRERELEASE=true @@ -29,4 +24,3 @@ install: - git clone https://github.com/ros-industrial/industrial_ci.git .ci_config script: - source .ci_config/travis.sh -# - source ./travis.sh # Enable this when you have a package-local script -- GitLab