Skip to content

Commit b27b41b

Browse files
author
Florian Weisshardt
authored
Merge pull request #10 from souravran/patch-1
update to industrial_ci
2 parents a25fa27 + b3b3b3b commit b27b41b

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

.travis.yml

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
1-
sudo: required
2-
dist: trusty
3-
# Force travis to use its minimal image with default Python settings
1+
sudo: required
2+
dist: trusty
43
language: generic
5-
compiler:
6-
- gcc
7-
4+
notifications:
5+
email:
6+
on_success: change
7+
on_failure: always
88
env:
99
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
1715
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

0 commit comments

Comments
 (0)