File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-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
+
4
+ dist : trusty
5
+ sudo : required
6
+ services :
7
+ - docker
8
+ language : generic
9
+ python :
10
+ - " 2.7"
11
+ compiler :
12
+ - gcc
13
+ notifications :
14
+ email :
15
+ on_success : always
16
+ on_failure : always
17
+ recipients :
18
+
19
+ env :
20
+ matrix :
21
+ - ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu USE_DEB=true
22
+ - ROS_DISTRO="kinetic" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0
23
+ matrix :
24
+ allow_failures :
25
+ - env : ROS_DISTRO="kinetic" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0
26
+ branches :
27
+ only :
28
+ - master
29
+ - develop
30
+ - kinetic-devel
31
+ install :
32
+ - git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
33
+ script :
34
+ - source .ci_config/travis.sh
35
+
You can’t perform that action at this time.
0 commit comments