File tree Expand file tree Collapse file tree 1 file changed +14
-19
lines changed Expand file tree Collapse file tree 1 file changed +14
-19
lines changed 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
1
+ sudo : required
2
+ dist : trusty
4
3
language : generic
5
- compiler :
6
- - gcc
7
-
4
+ notifications :
5
+ email :
6
+ on_success : change
7
+ on_failure : always
8
8
env :
9
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
-
10
+ - ROS_DISTRO="indigo"
11
+ - UPSTREAM_WORKSPACE=file
12
+ - ROSINSTALL_FILENAME=.travis.rosinstall
13
+ matrix :
14
+ - ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
17
15
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
16
+ - git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
17
+ script : .ci_config/travis.sh
18
+ # - source ./travis.sh # Enable this when you have a package-local script
You can’t perform that action at this time.
0 commit comments