Skip to content

Commit

Permalink
Support for Gitter.im
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed May 21, 2015
1 parent db1b18f commit 6e8dd34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -46,3 +46,11 @@ after_script:
## Scrutinizer
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/0dbc70ac93ba40880eef
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@
[![Code Coverage](https://scrutinizer-ci.com/g/PHPOffice/PHPPowerPoint/badges/coverage.png?s=742a98745725c562955440edc8d2c39d7ff5ae25)](https://scrutinizer-ci.com/g/PHPOffice/PHPPowerPoint/)
[![Total Downloads](https://poser.pugx.org/phpoffice/phppowerpoint/downloads.png)](https://packagist.org/packages/phpoffice/phppowerpoint)
[![License](https://poser.pugx.org/phpoffice/phppowerpoint/license.png)](https://packagist.org/packages/phpoffice/phppowerpoint)
[![Join the chat at https://gitter.im/PHPOffice/PHPPowerPoint](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PHPOffice/PHPPowerPoint?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)


PHPPowerPoint is a library written in pure PHP that provides a set of classes to write to different presentation file formats, i.e. Microsoft [Office Open XML](http://en.wikipedia.org/wiki/Office_Open_XML) (OOXML or OpenXML) or OASIS [Open Document Format for Office Applications](http://en.wikipedia.org/wiki/OpenDocument) (OpenDocument or ODF).
Expand Down

0 comments on commit 6e8dd34

Please sign in to comment.