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