Skip to content

Commit

Permalink
Migrate to new industrial_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-reynolds authored and bmagyar committed Apr 26, 2020
1 parent fecd7b5 commit 8073bce
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
# This config file for Travis CI utilizes ros-industrial/industrial_ci package.
# For more info for the package, see https://github.com/ros-industrial/industrial_ci/blob/master/README.rst
dist: trusty
language: generic
services:
- docker
language: generic

notifications:
email:
on_success: change
on_failure: change
recipients:
- [email protected]
- [email protected]
- [email protected]
on_success: change #[always|never|change] # default: change
on_failure: change #[always|never|change] # default: always

env:
global:
- CATKIN_PARALLEL_TEST_JOBS=-p1
- ROS_PARALLEL_TEST_JOBS=-j1
matrix:
- ROS_DISTRO=melodic ROS_REPO=ros
- ROS_DISTRO=melodic ROS_REPO=ros-testing
- ROS_DISTRO=melodic UPSTREAM_WORKSPACE=https://raw.githubusercontent.com/ros-controls/ros_control/$ROS_DISTRO-devel/ros_control.rosinstall
- ROS_DISTRO=melodic UPSTREAM_WORKSPACE='https://raw.githubusercontent.com/ros-controls/ros_control/$ROS_DISTRO-devel/ros_control.rosinstall -ros_controllers'

install:
- git clone --depth=1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci -b master
script:
- .industrial_ci/travis.sh

0 comments on commit 8073bce

Please sign in to comment.