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 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: