0.0
No commit activity in last 3 years
No release in over 3 years
travis-blink1 is a simple sign by blink(1). When you specify a repository travis-blink1 checks your pull request and it shows signal by Travis CI is passed or not. Of course gree sign is passed and red is not.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.7.1
~> 1.0.3
~> 2.6.1
~> 4.3.1
~> 10.3.2
~> 3.0.0
~> 0.9.0

Runtime

~> 0.0.7
~> 1.7.1
 Project Readme

Travis::Blink1

travis-blink1 is a simple sign by blink(1).

When you specify a repository travis-blink1 checks your pull request and it shows signal by Travis CI is passed or not. Of course gree sign is passed and red is not.

Demo movie

when CI is failed

when CI is passed

Installation

Add this line to your application's Gemfile:

gem 'travis-blink1'

And then execute:

$ bundle

Or install it yourself as:

$ gem install travis-blink1

Usage

When you specify git remote address on github.com at your repository root, try simply like this.

travis-blink1

You can also specify repository name.

travis-blink1 your_name/your_repository

Contributing

  1. Fork it ( https://github.com/katsuma/travis-blink1/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request