mirror of
https://github.com/filp/whoops.git
synced 2026-09-19 06:06:19 +00:00
Travis: explain why we need prefer-source
This commit is contained in:
@@ -11,6 +11,8 @@ php:
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
# --prefer-source is required to avoid hitting GitHub API limit:
|
||||
# https://github.com/composer/composer/issues/1314
|
||||
- composer install --no-interaction --prefer-source --dev
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user