Skip to content

Commit

Permalink
[CI] Remove Kinetic build
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt committed Oct 21, 2020
1 parent f4e57b7 commit 0ddebf4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,19 @@
# For troubleshooting, see readme (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst)

language: generic # optional, just removes the language badge

services:
- docker

cache:
directories:
- $HOME/.ccache

git:
quiet: true # optional, silences the cloning of the target repository

env:
global: # global settings for all jobs
- ROS_REPO=ros
global:
- CCACHE_DIR=$HOME/.ccache # enables C/C++ caching in industrial_ci
matrix: # each line is a job
- ROS_DISTRO="kinetic"
- ROS_DISTRO="melodic"
- ROS_DISTRO="noetic"

# clone and run industrial_ci
install:
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
script:
Expand Down

0 comments on commit 0ddebf4

Please sign in to comment.