1
0
mirror of https://github.com/flarum/core.git synced 2025-05-05 06:57:55 +02:00

Travis: Use pre-installed Composer

I also disabled the XDebug extension for the PHP runtime, which should
improve Composer runtime considerably. This is what Composer itself does.
This commit is contained in:
Franz Liedke 2016-01-20 22:22:13 +01:00
parent e0790de2e5
commit 2a3240b9d1

View File

@ -12,12 +12,12 @@ matrix:
fast_finish: true
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- composer install
script:
- php composer.phar style
- php composer.phar test
- composer style
- composer test
notifications:
email: