mirror of
https://github.com/flarum/core.git
synced 2025-05-05 23:15:22 +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:
parent
e0790de2e5
commit
2a3240b9d1
@ -12,12 +12,12 @@ matrix:
|
|||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- curl -s http://getcomposer.org/installer | php
|
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
|
||||||
- php composer.phar install
|
- composer install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- php composer.phar style
|
- composer style
|
||||||
- php composer.phar test
|
- composer test
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user