From 5efd2681d0c5919128a136d86a51ecf257627adc Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Tue, 3 Mar 2015 14:06:23 +0200 Subject: [PATCH] Add .travis.yml and build status --- .travis.yml | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0f122de --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: ruby +os: + - linux + - osx +rvm: + - 2.0.0 + - 2.1 + - 2.2 diff --git a/README.md b/README.md index 623a16a..f55904e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Under Construction -Crono — Job scheduler for Rails +Crono — Job scheduler for Rails [![Build Status](https://travis-ci.org/plashchynski/crono.svg?branch=master)](https://travis-ci.org/plashchynski/crono) ------------------------ Crono is a background job scheduler (just like Unix cron) for Ruby on Rails, on top of the Active Job framework. You can specify a schedule for Active Job jobs and check execution using a web interface.