Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 478 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 478 Bytes

Flowdock Addon

Send Magnum CI build notifications to a Flowdock team inbox.

Usage

Example:

require "magnum/addons/flowdock"

# Initialize addon
addon = Magnum::Addon::Flowdock.new(api_token: "token")

# Send build payload
addon.run(build_payload)

Testing

Execute test suite:

bundle exec rake test

License

The MIT License (MIT)

Copyright (c) 2013-2014 Dan Sosedoff, [email protected]