File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This config file for Travis CI utilizes ros-industrial/industrial_ci package.
2
+ # For more info for the package, see https://github.com/ros-industrial/industrial_ci/blob/master/README.rst
3
+ sudo : required
4
+ dist : xenial
5
+ services :
6
+ - docker
7
+ language : generic
8
+ compiler :
9
+ - clang
10
+ notifications :
11
+ email :
12
+ recipients :
13
+ - markusgft@gmail.com
14
+ env :
15
+ matrix :
16
+ - ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu NOT_TEST_INSTALL=true
17
+ - ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu NOT_TEST_INSTALL=true
18
+ - ROS_DISTRO="kinetic" PRERELEASE=true
19
+ matrix :
20
+ allow_failures :
21
+ - env : ROS_DISTRO="kinetic" PRERELEASE=true
22
+ install :
23
+ - git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
24
+ script :
25
+ - source .ci_config/travis.sh
26
+ # - source ./travis.sh # Enable this when you have a package-local script
You can’t perform that action at this time.
0 commit comments