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

Bump micromatch from 4.0.5 to 4.0.8 #144

Closed
wants to merge 1 commit into from

Bump micromatch from 4.0.5 to 4.0.8

8ce2f34
Select commit
Loading
Failed to load commit list.
Closed

Bump micromatch from 4.0.5 to 4.0.8 #144

Bump micromatch from 4.0.5 to 4.0.8
8ce2f34
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 25, 2024 in 5m 15s

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 #144 Bump micromatch from 4.0.5 to 4.0.8.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in two sequential stages.

Stage 1: lint

This stage passed.

Job Node.js OS State
9190.1 lint 20 Linux passed

Stage 2: test

This stage passed.

Job Node.js OS State
9190.2 test-update-node18 18 Linux passed
9190.3 test-update-node20 20 Linux passed
9190.4 test-update-node22 22 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Version 20
Build Configuration
{
  "anchor": "npm",
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "node_js": [
    "20"
  ],
  "cache": {
    "npm": true
  },
  "install": [
    "npm ci"
  ],
  "stages": [
    {
      "name": "lint"
    },
    {
      "name": "test"
    },
    {
      "name": "auto-bump",
      "if": "branch = master AND type != pull_request"
    }
  ],
  "jobs": {
    "include": [
      {
        "stage": "lint",
        "name": "lint",
        "script": [
          "npm run lint"
        ]
      },
      {
        "stage": "test",
        "name": "test-update-node18",
        "node_js": "18",
        "script": [
          "npm run test:all"
        ]
      },
      {
        "stage": "test",
        "name": "test-update-node20",
        "node_js": "20",
        "script": [
          "npm run test:all"
        ]
      },
      {
        "stage": "test",
        "name": "test-update-node22",
        "node_js": "22",
        "script": [
          "npm run test:all"
        ]
      },
      {
        "stage": "auto-bump",
        "name": "auto-bump",
        "script": [
          "./scripts/self-update.sh"
        ]
      }
    ]
  }
}