Skip to content

Commit 58b6588

Browse files
authored
update travis config
1 parent 551c50f commit 58b6588

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.travis.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,17 @@ notifications:
88
on_failure: always
99
env:
1010
global:
11-
- ADDITIONAL_DEBS='apt-utils dialog curl wget'
11+
- ADDITIONAL_DEBS='apt-utils curl dialog wget'
1212
- CATKIN_LINT=pedantic
1313
- CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision'
1414
- CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
15-
- NOT_TEST_DOWNSTREAM=true
1615
- PYLINT_ARGS="--output-format=parseable --errors-only --ignored-modules=catkin_pkg,pylab,setuptools"
17-
- PYLINT2_CHECK=true
18-
- PYLINT3_CHECK=true
19-
- ROS_REPO=ros
20-
- VERBOSE_OUTPUT=false
21-
- VERBOSE_TESTS=false
16+
- PYLINT_CHECK=true
17+
- ROS_REPO=main
2218
matrix:
2319
- ROS_DISTRO=melodic
24-
- ROS_DISTRO=noetic UPSTREAM_WORKSPACE='.travis.rosinstall.noetic -cob_command_tools/cob_command_gui -cob_command_tools/cob_command_tools' CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision --ignore unknown_package' PYLINT2_CHECK=true PYLINT3_CHECK=false # noetic is python3 only, i.e. only pylint command exists which is used as executable in PYLINT2_CHECK
20+
- ROS_DISTRO=noetic UPSTREAM_WORKSPACE='.travis.rosinstall.noetic -cob_command_tools/cob_command_gui -cob_command_tools/cob_command_tools' CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision --ignore unknown_package'
2521
install:
26-
- git clone --quiet --depth 1 https://github.com/fmessmer/industrial_ci.git .industrial_ci -b master_pylint
22+
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci -b master
2723
script:
2824
- .industrial_ci/travis.sh

0 commit comments

Comments
 (0)