From 458803f5e00df4068255d55b17fb0fc29896b0aa Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Wed, 27 Apr 2016 19:33:15 +0900 Subject: [PATCH] Stop setting testing repository in wstool workspace --- travis.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/travis.sh b/travis.sh index f15edf4f..d61e08b2 100755 --- a/travis.sh +++ b/travis.sh @@ -134,7 +134,6 @@ if [ "$USE_DEB" == false ]; then $ROSWS merge file://$CI_SOURCE_PATH/.travis.rosinstall.$ROS_DISTRO fi $ROSWS update - $ROSWS set $REPOSITORY_NAME http://github.com/$TRAVIS_REPO_SLUG --git -y fi ln -s $CI_SOURCE_PATH . # Link the repo we are testing to the new workspace if [ "$USE_DEB" == source -a -e $REPOSITORY_NAME/setup_upstream.sh ]; then $ROSWS init .; $REPOSITORY_NAME/setup_upstream.sh -w ~/ros/ws_$REPOSITORY_NAME ; $ROSWS update; fi