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

build(deps-dev): bump @babel/traverse from 7.9.0 to 7.23.2 #1729

Closed

build(deps-dev): bump @babel/traverse from 7.9.0 to 7.23.2

f8c76d4
Select commit
Loading
Failed to load commit list.
Closed

build(deps-dev): bump @babel/traverse from 7.9.0 to 7.23.2 #1729

build(deps-dev): bump @babel/traverse from 7.9.0 to 7.23.2
f8c76d4
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Oct 19, 2023 in 1m 40s

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 #1729 build(deps-dev): bump @babel/traverse from 7.9.0 to 7.23.2.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in three sequential stages.

Stage 1: Lint commit message

This stage failed.

Job Node.js OS State
1820.1 12.18.4 Linux failed

Stage 2: Lint and Test

This stage canceled.

Job Node.js OS State
1820.2 12.18.4 Linux canceled

Stage 3: Pre-release

This stage canceled.

Job Node.js OS State
1820.3 12.18.4 Linux canceled

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Version 12.18.4
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "12.18.4"
  ],
  "services": [
    "docker"
  ],
  "before_install": [
    "docker pull backstopjs/backstopjs:3.9.2"
  ],
  "git": {
    "depth": false
  },
  "script": [
    "npm run build"
  ],
  "jobs": {
    "include": [
      {
        "stage": "Lint commit message",
        "script": [
          "commitlint-travis"
        ]
      },
      {
        "stage": "Lint and Test",
        "script": [
          "npm run lint && npm run test:ci-config && npm run test"
        ]
      },
      {
        "stage": "Pre-release",
        "if": "branch = main",
        "before_deploy": [
          "git checkout main",
          "bash ./ci-scripts/setup-npm.sh"
        ],
        "deploy": [
          {
            "provider": "script",
            "script": "bash ./ci-scripts/publish-rc.sh",
            "skip_cleanup": true,
            "on": {
              "all_branches": true
            }
          }
        ]
      },
      {
        "stage": "Release",
        "if": "branch = tmp_branch_for_automated_release_do_not_use",
        "before_deploy": [
          "git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/*",
          "git fetch",
          "git checkout main",
          "bash ./ci-scripts/setup-npm.sh",
          "gem update --system",
          "gem install ruby bundler jekyll"
        ],
        "deploy": [
          {
            "provider": "script",
            "script": "bash ./ci-scripts/publish.sh",
            "skip_cleanup": true,
            "on": {
              "all_branches": true
            }
          }
        ]
      }
    ]
  },
  "notifications": {
    "email": [
      {
        "on_failure": "always",
        "on_success": "change"
      }
    ],
    "slack": [
      {
        "rooms": [
          "ui-fundamentals:zVRyxlqkYnQFD7p8QHkWM8Fd#fundamental-automated"
        ]
      }
    ]
  }
}