Skip to content

Commit bca975f

Browse files
authored
Merge pull request #124 from ipa-fxm/fix_travis
Fix travis
2 parents a92f05e + aae99de commit bca975f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.rosinstall

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
# empty
1+
- git:
2+
uri: 'https://github.com/ipa320/cob_supported_robots.git'
3+
local-name: cob_supported_robots
4+
version: indigo_dev

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ env:
1515
- DEFAULT_ROSINSTALL="https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.rosinstall"
1616

1717
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
2218
- wget https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.install.sh
2319
- bash .travis.install.sh
2420

0 commit comments

Comments
 (0)