Skip to content

Commit 5dc0b7b

Browse files
author
Benjamin Pick
committed
mc travis
1 parent b82b955 commit 5dc0b7b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858

5959
install:
6060
- composer self-update --2
61-
- composer validate
6261
- composer require --ignore-platform-req=php --dev --with-dependencies roots/wordpress:${WP_VERSION} wp-phpunit/wp-phpunit:${WP_VERSION} phpunit/phpunit:${PHPUNIT_VERSION}
6362
- composer show
6463
- nvm install 16 && nvm use 16

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if [ $? != 0 ]; then echo ; echo "Phpunit for HTTP requests failed."; confirm ;
132132
echo "Set composer for production use ..."
133133
composer install-prod
134134
git checkout vendor
135-
composer dump
135+
composer dump -o
136136

137137
echo "Generate README.md from readme.txt"
138138
bin/readme.sh "$SVNURL"

0 commit comments

Comments
 (0)