Added PHP compatibility and tweaked coveralls command
This commit is contained in:
parent
3a2e99e91b
commit
07b82fadeb
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# php-loremipsum [](https://travis-ci.org/joshtronic/php-loremipsum) [](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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue