Skip to content

Commit

Permalink
Travis extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-rmb committed Jul 31, 2017
1 parent 663f277 commit 769b060
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ notifications:
on_failure: always
env:
global:
- UPSTREAM_WORKSPACE=file
- ROS_REPO=ros
matrix:
- ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- ROS_DISTRO=indigo UPSTREAM_WORKSPACE=file
- ROS_DISTRO=indigo UPSTREAM_WORKSPACE=debian
- ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=file
- ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=debian
matrix:
allow_failures:
- env: ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- env: ROS_DISTRO=indigo UPSTREAM_WORKSPACE=debian
- env: ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=debian
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
Expand Down

0 comments on commit 769b060

Please sign in to comment.