We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82b955 commit 5dc0b7bCopy full SHA for 5dc0b7b
.travis.yml
@@ -58,7 +58,6 @@ jobs:
58
59
install:
60
- composer self-update --2
61
- - composer validate
62
- composer require --ignore-platform-req=php --dev --with-dependencies roots/wordpress:${WP_VERSION} wp-phpunit/wp-phpunit:${WP_VERSION} phpunit/phpunit:${PHPUNIT_VERSION}
63
- composer show
64
- nvm install 16 && nvm use 16
deploy.sh
@@ -132,7 +132,7 @@ if [ $? != 0 ]; then echo ; echo "Phpunit for HTTP requests failed."; confirm ;
132
echo "Set composer for production use ..."
133
composer install-prod
134
git checkout vendor
135
-composer dump
+composer dump -o
136
137
echo "Generate README.md from readme.txt"
138
bin/readme.sh "$SVNURL"
0 commit comments