Skip to content

Commit 3d2c612

Browse files
author
AlexV
committed
now installing rosdep manually...
1 parent 5c58a03 commit 3d2c612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ before_install:
3333
install:
3434
# refreshing packages
3535
- docker exec -ti ${CONTAINER_NAME} apt-get update
36+
- docker exec -ti ${CONTAINER_NAME} apt-get install python-rosdep
3637
# TMP Patch because rosdep doesnt declare a dependency to sudo yet (2016-08-25) and it doesnt come with xenial
3738
#- docker exec -ti ${CONTAINER_NAME} apt-get install sudo -y
38-
- docker exec -ti ${CONTAINER_NAME} sudo rosdep init
39+
- docker exec -ti ${CONTAINER_NAME} rosdep init
3940
- docker exec -ti ${CONTAINER_NAME} rosdep update
4041
# copying local clone to the running container (volume is currently broken)
4142
- docker cp . ${CONTAINER_NAME}:/git_clone

0 commit comments

Comments
 (0)