From 10adb63f4ae0674ea9ee520d05dcfe7dcd338505 Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Mon, 30 Nov 2020 13:21:24 +0100 Subject: [PATCH] Travis: Testing on Noetic as well --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5103ff00..5564021e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,8 @@ jobs: - env: TEST=code-coverage - compiler: clang env: DOCKER_IMAGE=moveit/moveit:master-source + - env: DOCKER_IMAGE=moveit/moveit:noetic-source + UPSTREAM_WORKSPACE=.rosinstall,https://github.com/ros-planning/panda_moveit_config before_script: - git clone -q --depth=1 https://github.com/ros-planning/moveit_ci.git .moveit_ci