From 4c3889a342d037c004f204c7826eb011b6620761 Mon Sep 17 00:00:00 2001 From: addshore Date: Thu, 27 Feb 2014 14:34:23 +0100 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1