Skip to content

Commit

Permalink
Clone moveit_ci faster (moveit#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcoleman authored and rhaschke committed Dec 11, 2018
1 parent e763137 commit 1812bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ matrix: # Add a separate config to the matrix, using clang as compiler
compiler: clang

before_script:
- git clone -q https://github.com/ros-planning/moveit_ci.git .moveit_ci
- git clone -q --depth=1 https://github.com/ros-planning/moveit_ci.git .moveit_ci

script:
- .moveit_ci/travis.sh

0 comments on commit 1812bdb

Please sign in to comment.