friendica/vendor/pear/text_languagedetect/.travis.yml
Hypolite Petovan 7d876aab98 Add pear/Text_LanguageDetect to Composer/vendor
- Updated mobiledetectlib to 2.8.26
- Updated PEAR to 1.10.5
- Updated Archive_Tar to 1.4.3
- Updated XML_Util to 1.4.3
2017-11-05 08:34:02 -05:00

16 lines
200 B
YAML

language: php
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7
- 7.0
- 7.1
install:
- pear install pear/PHP_CodeSniffer
- phpenv rehash
script:
- phpunit --coverage-text tests
- phpcs Text/