mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-23 10:05:32 +03:00
15 lines
223 B
YAML
15 lines
223 B
YAML
|
language: php
|
||
|
php:
|
||
|
- '5.4'
|
||
|
- '5.5'
|
||
|
- '5.6'
|
||
|
- '7.0'
|
||
|
- hhvm
|
||
|
- nightly
|
||
|
|
||
|
install:
|
||
|
- pear install PHP_CodeSniffer
|
||
|
|
||
|
script:
|
||
|
- phpenv rehash
|
||
|
- phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
|