Skip to content

Commit 08a5bf7

Browse files
Merge pull request #7 from tue-robotics/MatthijsBurgh-patch-1
(travis) targets and tue-env are updated
2 parents dda169c + 80fdd84 commit 08a5bf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ language: shell
44

55
install:
66
- source <(wget -O - https://raw.githubusercontent.com/tue-robotics/tue-env/master/installer/bootstrap.bash)
7-
- git -C ~/.tue checkout feature/ros_deps
8-
- tue-get install tue-documentation-github --no-ros-deps --doc-depend --branch=fix/docs
7+
- tue-get install tue-documentation-github --no-ros-deps --doc-depend
98
- MSG_PKGS=($(./.ci/get_message_packages.py base_local_planner costmap_2d)) # Skip base_local_planner and costmap_2d as these take too much time
109
- echo "MSG_PKGS= ${MSG_PKGS[@]}"
1110
- MSG_TARGETS=(${MSG_PKGS[@]/#/ros-})

0 commit comments

Comments
 (0)