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.