mirror of
https://github.com/flarum/framework.git
synced 2025-04-01 21:55:16 +08: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
c9bf15abd2
commit
29b1b2614a
@ -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