Skip to content

Commit

Permalink
[.travis.sh] update dpkg to install rosdistro
Browse files Browse the repository at this point in the history
  • Loading branch information
fkanehiro committed Jun 12, 2019
1 parent 5cbb549 commit 01efec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME"
sudo -E sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu ${DISTRO} main" > /etc/apt/sources.list.d/ros-latest.list'
wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
sudo apt-get update -qq
sudo apt-get install dpkg -y # for https://github.com/ros/rosdistro/issues/19481

travis_time_end
travis_time_start disable_ssl
Expand Down

0 comments on commit 01efec2

Please sign in to comment.