Skip to content

Commit ededfd4

Browse files
jihoonlroehling
authored andcommitted
remove eol distro and add newer distro (#41)
* remove eol distro and add newer distro * capitalize envs
1 parent dd9e6b4 commit ededfd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ language: generic
22
compiler: gcc
33
matrix:
44
include:
5-
- name: 'ROS Indigo'
6-
dist: trusty
7-
env: CI_UBUNTU=trusty CI_ROS_DISTRO=indigo
85
- name: 'ROS Kinetic'
96
dist: xenial
107
env: CI_UBUNTU=xenial CI_ROS_DISTRO=kinetic
8+
- name: 'ROS Melodic'
9+
dist: bionic
10+
env: CI_UBUNTU=bionic CI_ROS_DISTRO=melodic
1111

1212
branches:
1313
only:

0 commit comments

Comments
 (0)