mirror of
https://github.com/mosbth/cimage.git
synced 2025-01-17 19:18:15 +01:00
16 lines
243 B
YAML
16 lines
243 B
YAML
|
language: php
|
||
|
php:
|
||
|
- 5.6
|
||
|
- 5.5
|
||
|
- 5.4
|
||
|
- hhvm
|
||
|
|
||
|
before_script:
|
||
|
- wget https://scrutinizer-ci.com/ocular.phar
|
||
|
|
||
|
script:
|
||
|
- phpunit
|
||
|
|
||
|
after_script:
|
||
|
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|