Added PHP compatibility and tweaked coveralls command

This commit is contained in:
Joshua Sherman 2014-05-14 11:38:58 -04:00
parent 3a2e99e91b
commit 07b82fadeb
3 changed files with 3 additions and 3 deletions

View file

@ -23,4 +23,4 @@ script:
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/php-loremipsum/build/logs/clover.xml .
after_success:
- php vendor/bin/coveralls --config ../.coveralls.yml -v
- php ../vendor/bin/coveralls --config ../.coveralls.yml -v

View file

@ -1,6 +1,6 @@
# php-loremipsum [![Build Status](https://travis-ci.org/joshtronic/php-loremipsum.svg)](https://travis-ci.org/joshtronic/php-loremipsum) [![Coverage Status](https://coveralls.io/repos/joshtronic/php-loremipsum/badge.png)](https://coveralls.io/r/joshtronic/php-loremipsum)
Lorem ipsum generator in PHP without dependencies.
Lorem ipsum generator in PHP without dependencies. Compatible with PHP 5.3+ as well as HHVM.
## Origins

View file

@ -3,7 +3,7 @@
/**
* Lorem Ipsum Generator
*
* PHP version 5
* PHP version 5.3+
*
* Licensed under The MIT License.
* Redistribution of these files must retain the above copyright notice.