From e66bd632014d4a11cce7b8e8e13c700fd63671b1 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Mon, 5 May 2025 10:15:42 -0400 Subject: [PATCH] remove reference to Travis CI (no longer free) On a related note, the test matrix is old, referencing Symfony 4. But I'm not sure of the best way to rework this. --- bundles/best_practices.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundles/best_practices.rst b/bundles/best_practices.rst index 37dc386b8e4..f04a557393c 100644 --- a/bundles/best_practices.rst +++ b/bundles/best_practices.rst @@ -195,8 +195,7 @@ Continuous Integration Testing bundle code continuously, including all its commits and pull requests, is a good practice called Continuous Integration. There are several services -providing this feature for free for open source projects, like `GitHub Actions`_ -and `Travis CI`_. +providing this feature for free for open source projects, like `GitHub Actions`_. A bundle should at least test: