diff --git a/.travis.yml b/.travis.yml index 0f122de..86f848c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index c985d5f..fc50c23 100644 --- a/README.md +++ b/README.md @@ -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.