Telegram bot, which will notify you each time, when your Travis CI build is done.
To start using this bot send the link to your Travis CI repository like https://travis-ci.org/emberjs/ember.js. After that, a bot will listen for new builds and will notify you each time when your build is done.
Commands
/help
- how does it work
/link
- show currently watching link
/start_watching
- start watching for repository builds
/stop_watching
- stop watching for repository builds
- Fork it
- 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 new Pull Request
If you find any issues, please feel free to contribute to repository issues