Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit be36c06

Browse files
author
Olav de Haas
committed
Add single quotes to fix
1 parent f299e20 commit be36c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
- CCACHE_DIR=$HOME/.ccache # enables C/C++ caching in industrial_ci
2929
- BUILDER=colcon
3030
- CATKIN_LINT=pedantic
31-
- CATKIN_LINT_ARGS=--ignore literal_project_name --ignore target_name_collision
31+
- CATKIN_LINT_ARGS='--ignore literal_project_name --ignore target_name_collision'
3232
- UPSTREAM_WORKSPACE='.rosinstall -march/march_data_collector -march/march_gait_scheduler -march/march_gain_scheduling -march/march_gait_selection -march/march_launch -march/march_safety -march/march_sound_scheduler -march/march_state_machine'
3333
- AFTER_BUILD_TARGET_WORKSPACE='builder_run_build "$target_ws/install" "$target_ws" --cmake-target-skip-unavailable --cmake-target roslint'
3434

0 commit comments

Comments
 (0)