Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: empty admin body class breaks other plugins' styling #654

Merged
merged 4 commits into from
Nov 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ global:
- WP_VERSION=latest

before_script:
- composer install
- composer install --ignore-platform-reqs
- npm install
- if [ -n "$AWS_ACCESS_KEY" ]; then ./vendor/bin/wpsnapshots configure 10up --aws_key=$AWS_ACCESS_KEY --aws_secret=$SECRET_ACCESS_KEY --user_name=Travis [email protected]; fi

Expand All @@ -26,15 +26,10 @@ jobs:
name: "wp-acceptance: WordPress 4.9"
- script: travis_retry bash run-wpacceptance.sh 9ea863cebfcbb416c6334a6bef6552f0
name: "wp-acceptance: WordPress 4.9 plus Gutenberg 4.9"
- script: travis_retry bash run-wpacceptance.sh 01ccbe4d2c4dbcd00b226885b759114e
name: "wp-acceptance: WordPress 5.1"
- script: travis_retry bash run-wpacceptance.sh fec81ac24227af6554c93d28d9af2bdf
name: "wp-acceptance: WordPress 5.1 plus Gutenberg 5.3"
- script: travis_retry bash run-wpacceptance.sh 803989004f4b101a644ebfe9bb67e712
name: "wp-acceptance: WordPress 5.4.2"

notifications:
email: false
sudo: required
services: docker

Loading