From: addshore Date: Thu, 27 Feb 2014 13:34:23 +0000 (+0100) Subject: use --prefer-source for composer travis X-Git-Tag: 1.31.0-rc.0~16805^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=4c3889a342d037c004f204c7826eb011b6620761;p=lhc%2Fweb%2Fwiklou.git use --prefer-source for composer travis This will avoid composer transport exceptions which happen when travis hits the github api too much Change-Id: I3c7b209d9e4181dd1393f4e9f93587d05828bb4e --- diff --git a/.travis.yml b/.travis.yml index 84fa456e92..8a1ae80c0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_script: # Travis CI's HHVM environment provides PHPUnit as a phar file, but # MediaWiki's test suite only works if individual PHPUnit files are # actual files on disk (bug 58881). - - composer require 'phpunit/phpunit=3.7.*' + - composer require 'phpunit/phpunit=3.7.*' --prefer-source - > php maintenance/install.php testwiki admin --pass travis