We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25922ef commit 9a50b24Copy full SHA for 9a50b24
.travis.yml
@@ -8,13 +8,14 @@ notifications:
8
on_failure: always
9
env:
10
global:
11
+ - ADDITIONAL_DEBS='apt-utils dialog curl wget'
12
+ - CATKIN_LINT=pedantic
13
+ - CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision'
14
+ - CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
15
+ - NOT_TEST_DOWNSTREAM=true
16
- ROS_REPO=ros
17
- VERBOSE_OUTPUT=false
18
- VERBOSE_TESTS=false
- - NOT_TEST_DOWNSTREAM=true
- - CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
- - CATKIN_LINT=pedantic
- - CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision'
19
matrix:
20
- ROS_DISTRO=kinetic
21
- ROS_DISTRO=melodic
0 commit comments