Updated travis to remove prefer-dist
This commit is contained in:
parent
94ecfbb5a3
commit
1ebea445a9
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ before_install:
|
|||
|
||||
install:
|
||||
# install Composer dependencies
|
||||
- travis_retry composer install --prefer-dist;
|
||||
- travis_retry composer install;
|
||||
|
||||
before_script:
|
||||
# copy configuration files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue