Skip to content

Commit 67998bc

Browse files
committed
Support melodic test
1 parent f351c1b commit 67998bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ env:
1313
- ROS_DISTRO=kinetic ROSWS=wstool BUILDER=catkin USE_DEB=true ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
1414
- ROS_DISTRO=kinetic ROSWS=wstool BUILDER=catkin USE_DEB=false ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
1515
- ROS_DISTRO=kinetic TEST_TYPE=work_with_315_1_10
16+
- ROS_DISTRO=melodic ROSWS=wstool BUILDER=catkin USE_DEB=true ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
17+
- ROS_DISTRO=melodic ROSWS=wstool BUILDER=catkin USE_DEB=true ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
18+
- ROS_DISTRO=melodic ROSWS=wstool BUILDER=catkin USE_DEB=false ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
19+
- ROS_DISTRO=melodic TEST_TYPE=work_with_315_1_10
1620
matrix:
1721
allow_failures:
1822
- env: ROS_DISTRO=kinetic ROSWS=wstool BUILDER=catkin USE_DEB=true ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
@@ -24,7 +28,7 @@ notifications:
2428
on_success: always #[always|never|change] # default: change
2529
on_failure: always #[always|never|change] # default: always
2630
before_install: # Use this to prepare the system to install prerequisites or dependencies
27-
- case $ROS_DISTRO in "hydro") export DISTRO=precise;; "indigo") export DISTRO=trusty;; "kinetic") export DISTRO=xenial;; esac;
31+
- case $ROS_DISTRO in "hydro") export DISTRO=precise;; "indigo") export DISTRO=trusty;; "kinetic") export DISTRO=xenial;; "melodic") export DISTRO=bionic;; "noetic") export DISTRO=focal;; esac;
2832
- export DOCKER_IMAGE=ubuntu:$DISTRO
2933
- export CI_SOURCE_PATH=$(pwd)
3034
- export REPOSITORY_NAME=${PWD##*/}

0 commit comments

Comments
 (0)