remove the --prefer-dist flag

This commit is contained in:
Nabeel Shahzad 2017-12-28 17:35:50 -06:00
parent 053ae5c02f
commit f57653a784

View File

@ -19,7 +19,7 @@ before_install:
before_script:
- cp .travis/env.travis.php env.php
- composer install --no-interaction --prefer-dist
- composer install --no-interaction
script:
- php artisan database:create --reset