Skip to content

Commit 9a50b24

Browse files
committed
sort travis.yml
1 parent 25922ef commit 9a50b24

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ notifications:
88
on_failure: always
99
env:
1010
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
1116
- ROS_REPO=ros
1217
- VERBOSE_OUTPUT=false
1318
- VERBOSE_TESTS=false
14-
- NOT_TEST_DOWNSTREAM=true
15-
- CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
16-
- CATKIN_LINT=pedantic
17-
- CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision'
1819
matrix:
1920
- ROS_DISTRO=kinetic
2021
- ROS_DISTRO=melodic

0 commit comments

Comments
 (0)