File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # empty
Original file line number Diff line number Diff line change
1
+ sudo : required
2
+ dist : trusty
3
+ # Force travis to use its minimal image with default Python settings
4
+ language : generic
5
+ compiler :
6
+ - gcc
7
+
8
+ env :
9
+ global :
10
+ - CATKIN_WS=~/catkin_ws
11
+ - CATKIN_WS_SRC=${CATKIN_WS}/src
12
+ - CATKIN_WS_UNDERLAY=~/catkin_ws_underlay
13
+ - CATKIN_WS_UNDERLAY_SRC=${CATKIN_WS_UNDERLAY}/src
14
+ - CI_ROS_DISTRO="indigo"
15
+ - DEFAULT_ROSINSTALL="https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.rosinstall"
16
+
17
+ install :
18
+ - wget https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.install.sh
19
+ - bash .travis.install.sh
20
+
21
+ script :
22
+ - wget https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.script.sh
23
+ - bash .travis.script.sh
You can’t perform that action at this time.
0 commit comments