7d876aab98
- 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
16 lines
200 B
YAML
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/
|