Skip to content

Instantly share code, notes, and snippets.

@maraca
Last active December 20, 2015 03:39
Show Gist options
  • Save maraca/6064992 to your computer and use it in GitHub Desktop.
Save maraca/6064992 to your computer and use it in GitHub Desktop.
Hookup Travis-CI build results to HipChat
$ travis encrypt "your_api_key@your_chat_room_name"
Please add the following to your .travis.yml file:
secure: "CG2F0b+/IkSn0RmFE0N9GjTeKw+FSqEMTpUdYTztH+TThKnE/RvlxLJO4Lg9zIWVYT2ma0EgU5jWdMMPj48/T+rWf/rUt2TXpAPiyJJx/y2ywylOiX/EAs="
Pro Tip: You can add it automatically by running with --add.
language: ruby
gemfile:
- Gemfile
notifications:
hipchat:
secure: "CG2F0b+/IkSn0RmFE0N9GjTeKw+FSqEMTpUdYTztH+TThKnE/RvlxLJO4Lg9zIWVYT2ma0EgU5jWdMMPj48/T+rWf/rUt2TXpAPiyJJx/y2ywylOiX/EAs="
rvm:
- 1.9.3
script:
- rake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment