1
0
Fork 0

Travis CI should use bin/composer and not system-wide Composer.

pull/2459/head
Andreas Hennings 2013-11-26 19:19:02 +01:00
parent bbf6278905
commit a9321f3101
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ php:
before_script:
- sudo apt-get install parallel
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- composer install --dev --prefer-source
- bin/composer install --dev --prefer-source
- git config --global user.name travis-ci
- git config --global user.email travis@example.com