File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
# This config file for Travis CI utilizes ros-industrial/industrial_ci package.
2
2
# For more info for the package, see https://github.com/ros-industrial/industrial_ci/blob/master/README.rst
3
3
4
- dist : trusty
5
- sudo : required
6
4
services :
7
5
- docker
8
6
language : generic
@@ -18,23 +16,24 @@ notifications:
18
16
19
17
env :
20
18
matrix :
21
- - ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu USE_DEB=true
22
- - ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu USE_DEB=true
23
- - ROS_DISTRO="kinetic" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0
24
- - ROS_DISTRO="indigo" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0
19
+ - ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=xenial
20
+ - ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=bionic
21
+ - ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
25
22
26
23
matrix :
27
24
allow_failures :
28
- - env : ROS_DISTRO="kinetic" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0
29
- - env : ROS_DISTRO="indigo" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0
25
+ - env : ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
26
+
27
+ # - env: ROS_DISTRO="kinetic" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0
28
+ # - env: ROS_DISTRO="melodic" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0
30
29
31
30
branches :
32
31
only :
33
32
- master
34
33
- develop
35
34
36
35
install :
37
- - git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
36
+ - git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
38
37
39
38
script :
40
- - source .ci_config /travis.sh
39
+ - source .industrial_ci /travis.sh
You can’t perform that action at this time.
0 commit comments