From ed13ecbaf5d154caf5ca6b1db03dc233667648d6 Mon Sep 17 00:00:00 2001 From: Daniel O <86343144+doconnor-clintel@users.noreply.github.com> Date: Fri, 22 Aug 2025 01:15:34 +0000 Subject: [PATCH] Remove defunct travis CI config --- .travis.yml | 4 ---- README.markdown | 2 -- 2 files changed, 6 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2c4f56b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: ruby -rvm: - - 2.2.2 - - 2.3.0 diff --git a/README.markdown b/README.markdown index 6a29ada..75ceb27 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,5 @@ # Delayed::Web for Delayed::Job -[![Build Status](https://travis-ci.org/tatey/delayed-web.svg?branch=master)](https://travis-ci.org/tatey/delayed-web) - A rails engine that provides a simple web interface for exposing the [Delayed::Job](https://github.com/collectiveidea/delayed_job) queue.