Fix: Prefer installation from dist, rather than source

This commit is contained in:
Andreas Möller
2015-07-14 16:08:26 -04:00
parent 63e5bc125e
commit 48e6e06495

View File

@@ -22,7 +22,7 @@ cache:
before_script:
- composer self-update
- composer install --prefer-source --no-interaction
- composer install --prefer-dist --no-interaction
script:
- phpunit