Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Make Travis build faster
Browse files Browse the repository at this point in the history
There's no difference except for speed when composer
prefers dist packages over source for deps. If source is
used, composer still clones the exact tag that's also
available as binary download.
  • Loading branch information
NamelessCoder authored and ksjogo committed Mar 14, 2017
1 parent d96a396 commit 33cf4b6
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 @@ -6,7 +6,7 @@ php:

before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
- composer install --prefer-dist --no-interaction --dev

matrix:
fast_finish: true
Expand Down

0 comments on commit 33cf4b6

Please sign in to comment.