Add .travis.yml and build status

This commit is contained in:
Dzmitry Plashchynski
2015-03-03 14:06:23 +02:00
parent 3652e9525a
commit 5efd2681d0
2 changed files with 9 additions and 1 deletions

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: ruby
os:
- linux
- osx
rvm:
- 2.0.0
- 2.1
- 2.2

View File

@@ -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.