Skip to content

Commit

Permalink
Reverted: 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 b6fd5d9 commit 8b11703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ 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 8b11703

Please sign in to comment.