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:
parent
e0790de2e5
commit
2a3240b9d1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user