Skip to content

Commit

Permalink
add noetic ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spuetz committed May 25, 2020
1 parent c0de070 commit 44fa510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ notifications:

matrix:
include:
- name: "Indigo"
env: ROS_DISTRO=indigo

- name: "Kinetic"
env: ROS_DISTRO=kinetic

Expand All @@ -22,6 +19,9 @@ matrix:

- name: "Melodic"
env: ROS_DISTRO=melodic

- name: "Noetic"
env: ROS_DISTRO=noetic

install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
Expand Down

0 comments on commit 44fa510

Please sign in to comment.