We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a92f05e + aae99de commit bca975fCopy full SHA for bca975f
.travis.rosinstall
@@ -1 +1,4 @@
1
-# empty
+- git:
2
+ uri: 'https://github.com/ipa320/cob_supported_robots.git'
3
+ local-name: cob_supported_robots
4
+ version: indigo_dev
.travis.yml
@@ -15,10 +15,6 @@ env:
15
- DEFAULT_ROSINSTALL="https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.rosinstall"
16
17
install:
18
- - mkdir -p $CATKIN_WS_UNDERLAY_SRC
19
- - git clone https://github.com/ipa320/cob_robots.git /tmp/cob_robots
20
- - mv /tmp/cob_robots/cob_supported_robots $CATKIN_WS_UNDERLAY_SRC/
21
- - rm -rf /tmp/cob_robots
22
- wget https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.install.sh
23
- bash .travis.install.sh
24
0 commit comments