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

[WIP] Fix block editor + patterns #1005

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Update compiled assets

963c4c4
Select commit
Loading
Failed to load commit list.
Open

[WIP] Fix block editor + patterns #1005

Update compiled assets
963c4c4
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 20, 2024 in 3m 11s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1005 [WIP] Fix block editor + patterns.
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job PHP OS State
3677.1 5.6 Linux passed
3677.2 7.4 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Xenial)
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "before_install": [
    "nvm install",
    "nvm use"
  ],
  "install": [
    "npm ci"
  ],
  "jobs": {
    "include": [
      {
        "php": "5.6",
        "script": [
          "npm run lint",
          "npm run build"
        ]
      },
      {
        "php": "7.4",
        "script": [
          "npm run lint",
          "npm run build"
        ]
      }
    ]
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "cache": {
    "npm": true,
    "directories": [
      "$HOME/.composer/cache"
    ]
  }
}