Skip to content

Commit

Permalink
Removed composer.lock and vendor on prefer lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus authored Mar 15, 2018
1 parent 101ed60 commit b6fd5d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ install:
- if [ -z "$dropPlatform" ]; then composer config --unset platform.php; fi;
- if [ -z "$qaExtended" ]; then phpenv config-rm xdebug.ini || :; fi;
- if [ -z "$dependencies" ]; then composer install --prefer-dist; fi;
- if [ "$dependencies" = "lowest" ]; then rm composer.lock vendor -Rfv; fi;
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-dist -n; fi;
- if [ "$dependencies" = "highest" ]; then composer update --prefer-dist -n; fi;
- composer show
Expand Down

0 comments on commit b6fd5d9

Please sign in to comment.