mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 05:18:14 +08:00
24 lines
294 B
YAML
24 lines
294 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- php: hhvm
|
|
fast_finish: true
|
|
|
|
before_script:
|
|
- curl -s http://getcomposer.org/installer | php
|
|
- php composer.phar install
|
|
|
|
script:
|
|
- php composer.phar style
|
|
|
|
notifications:
|
|
email:
|
|
on_failure: change
|
|
|
|
sudo: false
|