Skip to content

Commit

Permalink
[CI] Remove crystal jobs and add foxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Whitley committed Feb 27, 2021
1 parent fb02fa2 commit 2fa745c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ env:
global:
- CCACHE_DIR=$HOME/.ccache
matrix:
- ROS_DISTRO="crystal" ROS_REPO=testing UPSTREAM_WORKSPACE="github:ament/ament_lint#dashing"
- ROS_DISTRO="crystal" ROS_REPO=main UPSTREAM_WORKSPACE="github:ament/ament_lint#dashing"
- ROS_DISTRO="dashing" ROS_REPO=testing
- ROS_DISTRO="dashing" ROS_REPO=main
- ROS_DISTRO="eloquent" ROS_REPO=testing
- ROS_DISTRO="foxy" ROS_REPO=testing
- ROS_DISTRO="foxy" ROS_REPO=main

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

0 comments on commit 2fa745c

Please sign in to comment.