Skip to content

Commit 4c3889a

Browse files
committed
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
1 parent 96b04ce commit 4c3889a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_script:
2929
# Travis CI's HHVM environment provides PHPUnit as a phar file, but
3030
# MediaWiki's test suite only works if individual PHPUnit files are
3131
# actual files on disk (bug 58881).
32-
- composer require 'phpunit/phpunit=3.7.*'
32+
- composer require 'phpunit/phpunit=3.7.*' --prefer-source
3333
- >
3434
php maintenance/install.php testwiki admin
3535
--pass travis

0 commit comments

Comments
 (0)