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 11# This config file for Travis CI utilizes ros-industrial/industrial_ci package.
22# For more info for the package, see https://github.com/ros-industrial/industrial_ci/blob/master/README.rst
33
4- dist : trusty
5- sudo : required
64services :
75 - docker
86language : generic
@@ -18,23 +16,24 @@ notifications:
1816
1917env :
2018 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
2522
2623matrix :
2724 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
3029
3130branches :
3231 only :
3332 - master
3433 - develop
3534
3635install :
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
3837
3938script :
40- - source .ci_config /travis.sh
39+ - source .industrial_ci /travis.sh
You can’t perform that action at this time.
0 commit comments