From 2f07a8147e97730c568bb00c775826b082fac401 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Sun, 12 Oct 2025 09:48:14 +0900 Subject: [PATCH] Remove link to Travis CI This project uses GitHub Actions now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d16e9f3..475062f8 100644 --- a/README.md +++ b/README.md @@ -427,7 +427,7 @@ When in doubt, `LISTEN_GEM_DEBUGGING=debug` can help discover the actual events Pull requests are very welcome! Please try to follow these simple rules if applicable: * Please create a topic branch for every separate change you make. -* Make sure your patches are well tested. All specs must pass on [Travis CI](https://travis-ci.org/guard/listen). +* Make sure your patches are well tested. All specs must pass on [CI](https://github.com/guard/listen/actions?workflow=Development). * Update the [Yard](http://yardoc.org/) documentation. * Update the [README](https://github.com/guard/listen/blob/master/README.md). * Please **do not change** the version number.