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.