From 468c615bedfc06d6c3caf66dad0af60f36e344a7 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Fri, 4 Mar 2022 12:38:46 +0000 Subject: [PATCH] remove reference to travis --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d27d1510..36a71557 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@ OMERO plugins ============= This collection of OMERO plugins allows us to maintain a single cron job -which runs Travis daily for all the listed repositories (instead of -maintaining separate cron jobs for each one). The results can be -seen at https://travis-ci.org/ome/omero-plugins/builds. +which runs dependabot daily for all the listed repositories (instead of +maintaining separate cron jobs for each one). -Running Travis daily for each repository allows us to check that they +Running the bot daily for each repository allows us to check that they are passing with the latest dependencies, including the latest OMERO release, even when there are no changes and no PRs open for each repo itself.