Skip to content

Commit

Permalink
Removing unneeded dependency install line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Delsey committed Feb 4, 2019
1 parent 71b5ecc commit 2bbcca5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ matrix:

- env: CMAKE_BUILD_TYPE=Debug COVERAGE_ENABLED=True
after_success:
- docker exec --interactive --tty -e CODECOV_TOKEN nav2_bash bash -c
"apt-get update ; apt-get -y install lcov"
- ci_env=`bash <(curl -s https://codecov.io/env)`
- docker exec --interactive --tty $ci_env nav2_bash /ros_entrypoint.sh
src/navigation2/tools/code_coverage_report.bash codecovio
Expand Down
1 change: 1 addition & 0 deletions nav2_system_tests/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<exec_depend>launch_ros</exec_depend>
<exec_depend>launch_testing</exec_depend>
<exec_depend>navigation2</exec_depend>
<exec_depend>lcov</exec_depend>

<test_depend>launch_ros</test_depend>
<test_depend>launch_testing</test_depend>
Expand Down

0 comments on commit 2bbcca5

Please sign in to comment.