forked from blallo/rss-bridge
Merge branch 'ContinuousIntegration' of https://github.com/logmanoriginal/rss-bridge
This commit is contained in:
commit
d17998224e
1 changed files with 7 additions and 1 deletions
|
@ -10,4 +10,10 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpenv rehash
|
- phpenv rehash
|
||||||
- phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
|
- phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm
|
||||||
|
- php: nightly
|
Loading…
Reference in a new issue