Skip to content

Commit

Permalink
Merge pull request #10 from kingandpartners/nuxt-updates
Browse files Browse the repository at this point in the history
Nuxt updates
  • Loading branch information
jGRUBBS authored Dec 8, 2021
2 parents ac3e82f + 966681a commit e40931b
Show file tree
Hide file tree
Showing 18 changed files with 1,622 additions and 589 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ before_install:
- until curl --silent -XGET --fail http://localhost:9200; do printf '.'; sleep 1; done

install:
- composer self-update 1.10.6
- composer config -g http-basic.my.yoast.com token $YOAST_TOKEN
- composer install

Expand Down
4 changes: 3 additions & 1 deletion bin/install-tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ source '.env.test';

version=latest

mysql -u $DB_USER -e "DROP DATABASE $DB_NAME;"

# when you are installing test suite for first time if you want to create the
# database remove the last argument "true"
bin/install-wp-tests.sh "$DB_NAME" "$DB_USER" "$DB_PASSWORD" "$DB_HOST" "$version" "true"
bin/install-wp-tests.sh "$DB_NAME" "$DB_USER" "$DB_PASSWORD" "$DB_HOST" "$version"
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"advanced-custom-fields/advanced-custom-fields-pro": "*",
"flyntwp/acf-field-group-composer": "dev-flattenNestedFilters",
"elasticsearch/elasticsearch": "^6.1",
"yoast/wordpress-seo-premium": "*"
"yoast/wordpress-seo-premium": "^15.5",
"jsq/amazon-es-php": "^0.3.0",
"aws/aws-sdk-php": "^3.161"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
Expand All @@ -50,12 +52,14 @@
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
"wp-coding-standards/wpcs": "*",
"vlucas/phpdotenv": "^2.2.0",
"oscarotero/env": "^1.1.0"
"oscarotero/env": "^1.1.0",
"yoast/phpunit-polyfills": "^1.0"
},
"extra": {
"installer-paths": {
"vendor/mu-plugins/{$name}/": [
"type:wordpress-muplugin",
"aws/aws-sdk-php",
"flyntwp/acf-field-group-composer",
"advanced-custom-fields/advanced-custom-fields-pro",
"elasticsearch/elasticsearch",
Expand Down
Loading

0 comments on commit e40931b

Please sign in to comment.