[Web] Add html2text converter; Show quarantaine html elements as text, do not escape html
This commit is contained in:
10
data/web/inc/lib/vendor/soundasleep/html2text/.travis.yml
vendored
Normal file
10
data/web/inc/lib/vendor/soundasleep/html2text/.travis.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
language: php
|
||||
php:
|
||||
- 5.5
|
||||
group: stable
|
||||
before_install:
|
||||
- composer self-update
|
||||
install:
|
||||
- composer install
|
||||
script:
|
||||
- ./vendor/bin/phpunit
|
Reference in New Issue
Block a user