mirror of
https://github.com/plashchynski/crono.git
synced 2026-07-10 06:42:45 +02:00
Add codeclimate and gitter hooks
This commit is contained in:
@@ -6,3 +6,10 @@ rvm:
|
|||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 2.1
|
- 2.1
|
||||||
- 2.2
|
- 2.2
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://webhooks.gitter.im/e/907e95dada362be2a13c
|
||||||
|
on_success: change # options: [always|never|change] default: always
|
||||||
|
on_failure: always # options: [always|never|change] default: always
|
||||||
|
on_start: false # default: false
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
Crono — Job scheduler for Rails
|
Crono — Job scheduler for Rails
|
||||||
------------------------
|
------------------------
|
||||||
[](https://travis-ci.org/plashchynski/crono)
|
[](https://travis-ci.org/plashchynski/crono)
|
||||||
|
[](https://codeclimate.com/github/plashchynski/crono)
|
||||||
[](https://hakiri.io/github/plashchynski/crono/master)
|
[](https://hakiri.io/github/plashchynski/crono/master)
|
||||||
|
|
||||||
Crono is a time-based background job scheduler daemon (just like Cron) for Ruby on Rails. It's pure Ruby. It doesn't use Unix Cron and other platform-dependent things. So you can use it everywhere.
|
Crono is a time-based background job scheduler daemon (just like Cron) for Ruby on Rails. It's pure Ruby. It doesn't use Unix Cron and other platform-dependent things. So you can use it everywhere.
|
||||||
|
|||||||
Reference in New Issue
Block a user