Skip to content

Commit

Permalink
force install latest dpkg for 14.04, see jsk-ros-pkg/jsk_travis@9a03efe
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jul 26, 2019
1 parent 5f3974f commit 3695f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME"
sudo sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu `lsb_release -cs` 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 -y --force-yes -q -qq dpkg # https://github.com/travis-ci/travis-ci/issues/9361#issuecomment-408431262 dpkg-deb: error: archive has premature member 'control.tar.xz' before 'control.tar.gz' #9361
sudo apt-get install -qq -y python-catkin-pkg python-rosdep python-wstool ros-$ROS_DISTRO-catkin ros-$ROS_DISTRO-rosbash

if [ "$EXTRA_DEB" ]; then sudo apt-get install -qq -y $EXTRA_DEB; fi
Expand Down

0 comments on commit 3695f75

Please sign in to comment.