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

chore: Bump node-sass from 5.0.0 to 9.0.0 #1525

Closed
wants to merge 1 commit into from

chore: Bump node-sass from 5.0.0 to 9.0.0

e52277b
Select commit
Loading
Failed to load commit list.
Closed

chore: Bump node-sass from 5.0.0 to 9.0.0 #1525

chore: Bump node-sass from 5.0.0 to 9.0.0
e52277b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Mar 1, 2024 in 4m 20s

Build Errored

The build errored.

Details

This is a normal build for the dependabot/npm_and_yarn/node-sass-9.0.0 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

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

Stage 1: Lint commit message

This stage errored.

Job Node.js OS State
5866.1 15.11.0 Linux errored

Stage 2: Lint and Test

This stage canceled.

Job Node.js OS State
5866.2 15.11.0 Linux canceled
5866.3 15.11.0 Linux canceled
5866.4 15.11.0 Linux canceled

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Trusty)
Node.js Version 15.11.0
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "node_js": [
    "15.11.0"
  ],
  "cache": {
    "npm": true
  },
  "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 size"
        ]
      },
      {
        "script": [
          "npm run test:coverage && npm run test:coveralls"
        ]
      },
      {
        "script": [
          "npm run test:storybook"
        ]
      },
      {
        "stage": "Pre-release",
        "if": "branch = main AND type != pull_request",
        "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#react-automated"
        ]
      }
    ]
  }
}