File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
- sudo : required
2
- dist : trusty
3
1
language : generic
2
+ services :
3
+ - docker
4
+
4
5
notifications :
5
6
email :
6
7
on_success : change
7
8
on_failure : always
8
9
env :
9
10
global :
10
- - ROS_DISTRO="indigo"
11
- - UPSTREAM_WORKSPACE=file
12
- - ROSINSTALL_FILENAME=.travis.rosinstall
11
+ - ROS_REPO=ros
13
12
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
15
19
install :
16
20
- 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
You can’t perform that action at this time.
0 commit comments