mirror of
https://github.com/plashchynski/crono.git
synced 2026-05-05 23:44:03 +02:00
Add .travis.yml and build status
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
language: ruby
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
rvm:
|
||||
- 2.0.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
@@ -1,6 +1,6 @@
|
||||
# Under Construction
|
||||
|
||||
Crono — Job scheduler for Rails
|
||||
Crono — Job scheduler for Rails [](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.
|
||||
|
||||
Reference in New Issue
Block a user