Skip to content

Commit

Permalink
Composer will now prefer dist versions
Browse files Browse the repository at this point in the history
This should speed up dependency installation further.
  • Loading branch information
XedinUnknown committed Nov 14, 2019
1 parent 2d971e3 commit a30c246
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 @@ -18,7 +18,7 @@ matrix:

before_script:
- phpenv config-add travis.php.ini
- composer update
- composer update --prefer-dist

script:
- vendor/bin/phpunit
Expand Down

0 comments on commit a30c246

Please sign in to comment.