Merge pull request #177 from underthecocotree/patch-1

Installing HipChat via composer
This commit is contained in:
Dmitry Khomutov 2018-05-16 07:37:19 +07:00 committed by GitHub
commit 71ac385bac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,13 @@ Plugin Hipchat Notify
This plugin joins a [HipChat](https://www.hipchat.com/) room and sends a user-defined message, for example a
"Build Succeeded" message.
Install via Composer
--------------------
```
cd /var/www/php-censor
composer require "hipchat/hipchat-php"
```
Configuration
-------------