Skip to content

Commit

Permalink
Test (remove later)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn committed Aug 30, 2020
1 parent 50269d1 commit c31636b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,9 @@ env:
global:
- CCACHE_DIR=$HOME/.ccache
matrix:
- ROS_DISTRO="kinetic" ROS_REPO=main
- ROS_DISTRO="kinetic" ROS_REPO=testing
- ROS_DISTRO="kinetic" PRERELEASE=true
- ROS_DISTRO="melodic" ROS_REPO=main UPSTREAM_WORKSPACE='github:ros-industrial/[email protected]'
- ROS_DISTRO="melodic" ROS_REPO=main
- ROS_DISTRO="melodic" ROS_REPO=testing
- ROS_DISTRO="melodic" PRERELEASE=true UPSTREAM_WORKSPACE='github:ros-industrial/[email protected]'

matrix:
allow_failures:
- env: ROS_DISTRO="kinetic" ROS_REPO=main
- env: ROS_DISTRO="kinetic" ROS_REPO=testing
- env: ROS_DISTRO="kinetic" PRERELEASE=true
- ROS_DISTRO="melodic" PRERELEASE=true

install:
- git clone --quiet --depth=1 -b master https://github.com/ros-industrial/industrial_ci.git .industrial_ci
Expand Down

0 comments on commit c31636b

Please sign in to comment.