mirror of
https://github.com/flarum/core.git
synced 2025-07-26 11:10:41 +02:00
Stop emailing me, Travis! :)
Looks like the newlines were changed too?
This commit is contained in:
55
.travis.yml
55
.travis.yml
@@ -1,27 +1,28 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- hhvm
|
- hhvm
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- curl -s http://getcomposer.org/installer | php
|
- curl -s http://getcomposer.org/installer | php
|
||||||
- php composer.phar install
|
- php composer.phar install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpcs --standard=PSR2 -np src
|
- vendor/bin/phpcs --standard=PSR2 -np src
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
email: false
|
||||||
urls:
|
webhooks:
|
||||||
- https://webhooks.gitter.im/e/7b9e9827a03b44a16588
|
urls:
|
||||||
on_success: always
|
- https://webhooks.gitter.im/e/7b9e9827a03b44a16588
|
||||||
on_failure: always
|
on_success: always
|
||||||
on_start: false
|
on_failure: always
|
||||||
|
on_start: false
|
||||||
|
Reference in New Issue
Block a user