Skip to content

Commit 883c16d

Browse files
committed
update travis.yml, add kinetic and melodic checks
1 parent 771087a commit 883c16d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

.travis.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
sudo: required
2-
dist: trusty
31
language: generic
2+
services:
3+
- docker
4+
45
notifications:
56
email:
67
on_success: change
78
on_failure: always
89
env:
910
global:
10-
- ROS_DISTRO="indigo"
11-
- UPSTREAM_WORKSPACE=file
12-
- ROSINSTALL_FILENAME=.travis.rosinstall
11+
- ROS_REPO=ros
1312
matrix:
14-
- ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
13+
- ROS_DISTRO=indigo UPSTREAM_WORKSPACE=file
14+
- ROS_DISTRO=indigo UPSTREAM_WORKSPACE=debian
15+
- ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=file
16+
- ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=debian
17+
- ROS_DISTRO=melodic UPSTREAM_WORKSPACE=file
18+
- ROS_DISTRO=melodic UPSTREAM_WORKSPACE=debian
1519
install:
1620
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
17-
script: .ci_config/travis.sh
18-
# - source ./travis.sh # Enable this when you have a package-local script
21+
script:
22+
- .ci_config/travis.sh
23+
# - ./travis.sh # Enable this when you have a package-local script

0 commit comments

Comments
 (0)