mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
implement coveralls.io integration
This commit is contained in:
parent
78cad3964c
commit
5de50f101a
11
.travis.yml
11
.travis.yml
@ -1,6 +1,15 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.3
|
|
||||||
- 5.4
|
- 5.4
|
||||||
|
- 5.3
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- composer require satooshi/php-coveralls:dev-master
|
||||||
|
- mkdir -p build/logs
|
||||||
|
|
||||||
|
script:
|
||||||
|
- phpunit --coverage-clover build/logs/clover.xml
|
||||||
|
|
||||||
|
after_script:
|
||||||
|
- php vendor/bin/coveralls
|
Loading…
Reference in New Issue
Block a user