1
0
mirror of https://github.com/flarum/core.git synced 2025-02-22 18:22:34 +01:00
php-flarum/.travis.yml

28 lines
457 B
YAML
Raw Normal View History

2014-12-20 16:56:46 +10:30
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
fast_finish: true
2014-12-20 16:56:46 +10:30
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
script:
- vendor/bin/phpcs --standard=PSR2 -np src
2014-12-20 16:56:46 +10:30
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/7b9e9827a03b44a16588
on_success: always
on_failure: always
on_start: false