Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Added --prefer-source flag to composer install command
Browse files Browse the repository at this point in the history
- GitHub now wants zipball downloads to go through the API, which quickly runs
  into limits. Adding the --prefer-source flag circumvents that at the expense
  of a costlier clone operation.
  • Loading branch information
weierophinney committed Jan 4, 2013
1 parent e8698c3 commit c1588e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ php:

before_install:
- cp tests/TestConfiguration.php.travis tests/TestConfiguration.php
- composer install --dev
- composer install --dev --prefer-source
- wget http://cs.sensiolabs.org/get/php-cs-fixer.phar

script:
Expand Down

0 comments on commit c1588e1

Please sign in to comment.