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 braces from 3.0.2 to 3.0.3 #23

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

Bump braces from 3.0.2 to 3.0.3

947d03b
Select commit
Loading
Failed to load commit list.
Open

Bump braces from 3.0.2 to 3.0.3 #23

Bump braces from 3.0.2 to 3.0.3
947d03b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jun 16, 2024 in 5m 34s

Build Passed

The build passed.

Details

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

Jobs and Stages

This build has three jobs, running in parallel.

Job Go Node.js Python OS State
19.1 Node.js Tests 16 Linux passed
19.2 Golang Tests 1.14 Linux passed
19.3 Python Tests 3.8 Linux passed

Build Configuration

Build Option Setting
Language Shell
Operating System Linux (Xenial)
Build Configuration
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "jobs": {
    "include": [
      {
        "name": "Node.js Tests",
        "language": "node_js",
        "node_js": "16",
        "os": "linux",
        "script": [
          "npm ci",
          "npm t"
        ]
      },
      {
        "name": "Golang Tests",
        "language": "go",
        "go": "1.14",
        "os": "linux",
        "script": [
          "cd golang/",
          "go test"
        ]
      },
      {
        "name": "Python Tests",
        "language": "python",
        "python": "3.8",
        "os": "linux",
        "script": [
          "pip install pytest",
          "python -m pytest py/test_rabin.py"
        ]
      }
    ]
  }
}