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

Resolve Peer Dependancy Range #310

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Resolve Peer Dependancy Range

0a4bd3a
Select commit
Loading
Failed to load commit list.
Draft

Resolve Peer Dependancy Range #310

Resolve Peer Dependancy Range
0a4bd3a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Aug 4, 2023 in 4m 19s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #310 Resolve Peer Dependancy Range.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has seven jobs, running in parallel.

Job PHP Node.js OS State
1037.1 7.2 Linux passed
1037.2 7.3 Linux passed
1037.3 7.4 Linux passed
1037.4 8.0 Linux passed
1037.5 8.1 Linux passed
1037.6 16 Linux failed
1037.7 16 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "directories": [
      "$HOME/.cache/composer/files",
      "$HOME/.npm",
      "node_modules"
    ]
  },
  "branches": {
    "only": [
      "master"
    ]
  },
  "jobs": {
    "include": [
      {
        "language": "php",
        "php": "7.2",
        "install": [
          "composer install"
        ],
        "script": [
          "vendor/bin/phpunit"
        ]
      },
      {
        "language": "php",
        "php": "7.3",
        "install": [
          "composer install"
        ],
        "script": [
          "vendor/bin/phpunit"
        ]
      },
      {
        "language": "php",
        "php": "7.4",
        "install": [
          "composer install"
        ],
        "script": [
          "vendor/bin/phpunit"
        ]
      },
      {
        "language": "php",
        "php": "8.0",
        "install": [
          "composer install --ignore-platform-reqs"
        ],
        "script": [
          "vendor/bin/phpunit"
        ]
      },
      {
        "language": "php",
        "php": "8.1",
        "install": [
          "composer install --ignore-platform-reqs"
        ],
        "script": [
          "vendor/bin/phpunit --no-configuration --bootstrap=tests/bootstrap.php --dont-report-useless-tests tests/AllSniffs.php",
          "vendor/bin/phpunit --no-configuration --bootstrap=tests/bootstrap.php --dont-report-useless-tests tests/FixtureTests.php"
        ]
      },
      {
        "language": "node_js",
        "node_js": "16",
        "install": [
          "npm install",
          "cd packages/eslint-config-humanmade",
          "npm install --legacy-peer-deps",
          "cd ../.."
        ],
        "script": [
          "npm run test:eslint"
        ]
      },
      {
        "language": "node_js",
        "node_js": "16",
        "install": [
          "npm install",
          "cd packages/stylelint-config",
          "npm install",
          "cd ../.."
        ],
        "script": [
          "npm run test:stylelint"
        ]
      }
    ]
  }
}