Add codeclimate and gitter hooks

This commit is contained in:
Dzmitry Plashchynski
2015-03-03 20:13:07 +02:00
parent a750308f20
commit f38c3968f6
2 changed files with 8 additions and 0 deletions

View File

@@ -6,3 +6,10 @@ rvm:
- 2.0.0
- 2.1
- 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

View File

@@ -1,6 +1,7 @@
Crono — Job scheduler for Rails
------------------------
[![Build Status](https://travis-ci.org/plashchynski/crono.svg?branch=master)](https://travis-ci.org/plashchynski/crono)
[![Code Climate](https://codeclimate.com/github/plashchynski/crono/badges/gpa.svg)](https://codeclimate.com/github/plashchynski/crono)
[![security](https://hakiri.io/github/plashchynski/crono/master.svg)](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.