Bump braces from 3.0.2 to 3.0.3 #23
Open
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"
]
}
]
}
}
Loading