Skip to content

Commit 2ef4d05

Browse files
committed
Update the lock file when dropping the platform config
1 parent eb0c31b commit 2ef4d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ matrix:
4040
install:
4141
- composer validate
4242
- if [ -z "$dropPlatform" ]; then composer config --unset platform.php; fi;
43+
- if [ -z "$dropPlatform" ]; then composer update --lock; fi;
4344
- if [ -z "$qaExtended" ]; then phpenv config-rm xdebug.ini || :; fi;
4445
- if [ -z "$dependencies" ]; then composer install --prefer-dist; fi;
4546
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-dist -n; fi;

0 commit comments

Comments
 (0)