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
- Fork it ( https://github.com/katsuma/travis-blink1/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request