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: .
|
12
.travis.yml
12
.travis.yml
@ -2,14 +2,4 @@ language: php
|
||||
|
||||
php:
|
||||
- 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
|
||||
- 5.3
|
Loading…
Reference in New Issue
Block a user