Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /vue-cli-plugin-fundamental #898

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

chore(deps): bump word-wrap in /vue-cli-plugin-fundamental

6e7fe18
Select commit
Loading
Failed to load commit list.
Open

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /vue-cli-plugin-fundamental #898

chore(deps): bump word-wrap in /vue-cli-plugin-fundamental
6e7fe18
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Jul 18, 2023 in 7m 27s

Build Errored

The build errored. 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 #898 chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /vue-cli-plugin-fundamental.
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 errored.

Job Node.js OS State
2431.1 12.18.4 Linux errored

Stage 2: Lint and Test

This stage canceled.

Job Node.js OS State
2431.2 12.18.4 Linux canceled

Stage 3: Pre-release

This stage canceled.

Job Node.js OS State
2431.3 12.18.4 Linux canceled

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Trusty)
Node.js Version 12.18.4
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "node_js": [
    "12.18.4"
  ],
  "cache": {
    "yarn": true
  },
  "git": {
    "depth": false
  },
  "before_install": [
    "yarn install"
  ],
  "script": [
    "yarn lint",
    "yarn build:docs",
    "yarn build"
  ],
  "jobs": {
    "include": [
      {
        "stage": "Lint commit message",
        "script": [
          "commitlint-travis"
        ]
      },
      {
        "stage": "Lint and Test",
        "script": [
          "yarn lint && yarn 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"
        ],
        "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#vue-automated"
        ]
      }
    ]
  }
}