From 4e4b31cd7fa9fcda3f273c55602cf4b777430ab0 Mon Sep 17 00:00:00 2001 From: Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp> Date: Fri, 19 Feb 2021 12:40:44 +0900 Subject: [PATCH] use bionic for host machine --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ee48e6..0acaeb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,8 @@ # https://github.com/ros-infrastructure/ros_buildfarm/blob/master/doc/jobs/prerelease_jobs.rst # while this doesn't require sudo we don't want to run within a Docker container sudo: true -dist: trusty +dist: bionic language: python -python: - - "3.4" env: global: - JOB_PATH=/tmp/devel_job -- GitLab