2015-05-18 14:15:12 +08:00
|
|
|
language: php
|
|
|
|
|
|
|
|
php:
|
|
|
|
- 5.4
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- php: hhvm
|
|
|
|
fast_finish: true
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- curl -s http://getcomposer.org/installer | php
|
|
|
|
- php composer.phar install
|
|
|
|
|
|
|
|
script:
|
2015-05-19 08:08:47 +08:00
|
|
|
- vendor/bin/phpcs --standard=PSR2 -np src
|
2015-05-18 14:15:12 +08:00
|
|
|
|
|
|
|
notifications:
|
2015-05-19 08:14:56 +08:00
|
|
|
email:
|
|
|
|
on_failure: change
|
2015-05-18 14:15:12 +08:00
|
|
|
webhooks:
|
|
|
|
urls:
|
|
|
|
- https://webhooks.gitter.im/e/7b9e9827a03b44a16588
|
|
|
|
on_success: always
|
|
|
|
on_failure: always
|
|
|
|
on_start: false
|
2015-07-05 19:52:51 +08:00
|
|
|
|
|
|
|
sudo: false
|