forked from blallo/rss-bridge
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
|