mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
remove coveralls.io integration
This commit is contained in:
parent
31b811d3fe
commit
637b516694
@ -1 +0,0 @@
|
|||||||
src_dir: .
|
|
10
.travis.yml
10
.travis.yml
@ -3,13 +3,3 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.3
|
- 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