Skip to content

Commit

Permalink
apply ros-infrastructure/rosdep#612 to enable rosdep quiet mode
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Oct 24, 2018
1 parent 59ba7df commit c0afea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ travis_time_end

travis_time_start rosdep_install

## add https://github.com/ros-infrastructure/rosdep/pull/612
(cd /usr/lib/python2.7/dist-packages; wget --no-check-certificate https://patch-diff.githubusercontent.com/raw/ros-infrastructure/rosdep/pull/612.diff -O /tmp/612.diff; sudo patch -p2 < /tmp/612.diff)
if [ -e ${CI_SOURCE_PATH}/.travis/rosdep-install.sh ]; then ## this is mainly for jsk_travis itself
${CI_SOURCE_PATH}/.travis/rosdep-install.sh
else
Expand Down

0 comments on commit c0afea7

Please sign in to comment.