File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,18 @@ notifications:
8
8
on_failure : always
9
9
env :
10
10
global :
11
- - ADDITIONAL_DEBS='apt-utils dialog curl wget'
11
+ - ADDITIONAL_DEBS='apt-utils curl dialog wget'
12
12
- CATKIN_LINT=pedantic
13
13
- CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision'
14
14
- CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
15
- - NOT_TEST_DOWNSTREAM=true
16
15
- PYLINT_ARGS="--output-format=parseable --errors-only"
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
22
18
matrix :
23
19
- ROS_DISTRO=kinetic
24
20
- ROS_DISTRO=melodic
25
- - ROS_DISTRO=noetic DOCKER_IMAGE=ros:noetic-perception
21
+ - ROS_DISTRO=noetic
26
22
install :
27
- - git clone --quiet --depth 1 https://github.com/fmessmer /industrial_ci.git .industrial_ci -b master_pylint
23
+ - git clone --quiet --depth 1 https://github.com/ros-industrial /industrial_ci.git .industrial_ci -b master
28
24
script :
29
25
- .industrial_ci/travis.sh
You can’t perform that action at this time.
0 commit comments