From a95eca98278cfcba472df854e4b942894f6ec22c Mon Sep 17 00:00:00 2001 From: Pyo Date: Thu, 18 Mar 2021 07:06:24 +0900 Subject: [PATCH 1/2] Modified the Lint and CI settings Signed-off-by: Pyo --- .github/workflows/lint.yml | 4 ++-- .travis.yml | 20 +++++--------------- 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 645ec83..fc2b474 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,11 +1,11 @@ name: Lint - on: pull_request: - jobs: ament_lint: runs-on: ubuntu-latest + container: + image: ubuntu:bionic strategy: fail-fast: false matrix: diff --git a/.travis.yml b/.travis.yml index 13c53a7..208a99d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,8 @@ -language: - - generic - -os: - - linux - -dist: - - xenial - -services: - - docker - +language: shell +os: linux +dist: bionic +arch: amd64 +services: docker notifications: email: on_success: change @@ -17,15 +10,12 @@ notifications: recipients: - passionvirus@gmail.com - routiful@gmail.com - branches: only: - main - develop - install: - git clone --quiet --depth 1 https://github.com/robotpilot/ros2ci.git .ros2ci - jobs: include: - script: .ros2ci/travis.bash foxy From c9f935aa101bd1571861630f4fc3e11f15df6f2f Mon Sep 17 00:00:00 2001 From: Pyo Date: Thu, 18 Mar 2021 07:14:09 +0900 Subject: [PATCH 2/2] Modified the Lint and CI settings Signed-off-by: Pyo --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fc2b474..44a45a4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,7 +5,7 @@ jobs: ament_lint: runs-on: ubuntu-latest container: - image: ubuntu:bionic + image: ubuntu:focal strategy: fail-fast: false matrix: