Skip to content

Commit 8ee40d7

Browse files
authored
update travis config
1 parent 127af5d commit 8ee40d7

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,22 +8,18 @@ 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"
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=kinetic
2420
- ROS_DISTRO=melodic
25-
- ROS_DISTRO=noetic DOCKER_IMAGE=ros:noetic-perception
21+
- ROS_DISTRO=noetic
2622
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
2824
script:
2925
- .industrial_ci/travis.sh

0 commit comments

Comments
 (0)