From 58539734545fbd2e271f6cb3f798c253390024cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 2 May 2024 21:36:16 +0200 Subject: [PATCH] github-ci: Remove obsolete comments referencing Travis CI. --- .github/workflows/linux.yml | 2 -- .github/workflows/macos.yml | 3 --- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 66fcc0c3..22bcb702 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -47,8 +47,6 @@ jobs: strategy: matrix: include: - # NOTE: This is a quick port from .travis.yml in reaction to - # stability issues at Travis CI. - MODE: cmake-oos - MODE: distcheck - MODE: qa-sh diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9f1abf18..f942a8ec 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -47,9 +47,6 @@ jobs: matrix: os: [macos-12, macos-14] include: - # NOTE: This is a quick port from .travis.yml in reaction to - # Homebrew issues at Travis CI. While we have the matrix - # in two places, please keep the two files in sync. Thank you! - MODE: cmake-oos - MODE: distcheck - MODE: qa-sh