Just update .travis.yml for melodic

To divide the build failure problem to following:

1. current industrial_ci config is bad?
2. perception_pcl cannot be built on stretch, artful, and bionic?
This commit is contained in:
Kentaro Wada
2018-05-03 01:45:14 +09:00
parent a21e3ee28a
commit 595067b122
+3 -2
View File
@@ -6,10 +6,11 @@ services:
cache: ccache
env:
global:
- ROS_DISTRO=lunar
- ROS_DISTRO=melodic
matrix:
- DOCKER_IMAGE=debian:stretch
- DOCKER_IMAGE=ubuntu:xenial
- DOCKER_IMAGE=ubuntu:artful
- DOCKER_IMAGE=ubuntu:bionic
# Install system dependencies, namely ROS.
before_install:
# Define some config vars.