Skip to content

Commit 99366d7

Browse files
committed
[CI] Remove EoL distros. Add ROS1 M, N.
1 parent 219c319 commit 99366d7

1 file changed

Lines changed: 10 additions & 21 deletions

File tree

.travis.yml

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# This config file for Travis CI utilizes ros-industrial/industrial_ci package.
22
# For more info for the package, see https://github.com/ros-industrial/industrial_ci/blob/master/README.rst
3-
sudo: required
4-
dist: trusty
3+
os: linux
4+
dist: bionic
5+
services:
6+
- docker
57
language: generic
68
compiler:
79
- gcc
@@ -13,30 +15,17 @@ notifications:
1315
- 130s@2000.jukuin.keio.ac.jp
1416
env:
1517
matrix:
16-
- USE_DEB=true ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
17-
- USE_DEB=true ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
18-
- ROS_DISTRO="indigo" PRERELEASE=true
19-
- USE_DEB=true ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
20-
- USE_DEB=true ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
21-
- ROS_DISTRO="jade" PRERELEASE=true
2218
- USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
23-
- USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
2419
- ROS_DISTRO="kinetic" PRERELEASE=true
25-
- USE_DEB=true ROS_DISTRO="lunar" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
26-
- USE_DEB=true ROS_DISTRO="lunar" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
27-
- ROS_DISTRO="lunar" PRERELEASE=true
20+
- USE_DEB=true ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
21+
- ROS_DISTRO="melodic" PRERELEASE=true
22+
- USE_DEB=true ROS_DISTRO="noetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
23+
- ROS_DISTRO="noetic" PRERELEASE=true
2824
matrix:
2925
allow_failures:
30-
- env: USE_DEB=false ROS_DISTRO=indigo ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
31-
- env: ROS_DISTRO="indigo" PRERELEASE=true
32-
- env: USE_DEB=true ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
33-
- env: USE_DEB=true ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
34-
- env: USE_DEB=false ROS_DISTRO=jade ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
35-
- env: ROS_DISTRO="jade" PRERELEASE=true
3626
- env: ROS_DISTRO="kinetic" PRERELEASE=true
37-
- env: USE_DEB=true ROS_DISTRO="lunar" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
38-
- env: USE_DEB=true ROS_DISTRO="lunar" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
39-
- env: ROS_DISTRO="lunar" PRERELEASE=true
27+
- env: ROS_DISTRO="melodic" PRERELEASE=true
28+
- env: ROS_DISTRO="noetic" PRERELEASE=true
4029
install:
4130
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
4231
script:

0 commit comments

Comments
 (0)