Skip to content

Commit

Permalink
Install python-catkin-pkg to fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
trainman419 committed Feb 7, 2018
1 parent 3275b51 commit c39aa80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: required
dist: trusty
language: generic
group: deprecated-2017Q3
compiler:
- gcc
# install dependencies
Expand All @@ -11,7 +10,7 @@ install:
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu trusty 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
- sudo apt-get install python-rosdep ros-indigo-catkin
- sudo apt-get install python-catkin-pkg python-rosdep ros-indigo-catkin
- sudo `which rosdep` init
- rosdep update
# use rosdep to install dependencies
Expand Down

0 comments on commit c39aa80

Please sign in to comment.