Bump markdown-to-jsx from 7.3.2 to 7.7.1 #1482
+3
−3
Open
Travis CI / Travis CI - Pull Request
succeeded
Dec 5, 2024 in 15m 8s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #1482 Bump markdown-to-jsx from 7.3.2 to 7.7.1.
Any changes that have been made to the develop branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Node.js | OS | State | Notes |
---|---|---|---|---|
14705.1 | 20.8.0 | Linux | passed | |
14705.2 | stable | Linux | passed | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Jammy) |
Node.js Versions | 20.8.0, stable |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"node_js": [
"20.8.0",
"stable"
],
"cache": {
"yarn": true,
"directories": [
"node_modules"
]
},
"before_install": [
"google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &",
"corepack enable",
"yarn set version 3.6.4"
],
"addons": {
"artifacts": {
"region": "us-west-2",
"paths": [
"$(git ls-files -o deploy/*/*-*.tar.gz | tr \"\\n\" \":\")"
],
"target_paths": [
"/"
]
},
"chrome": "stable"
},
"services": [
"docker"
],
"script": [
"npm test",
"./artifact.sh"
],
"jobs": {
"allow_failures": [
{
"node_js": "stable"
}
]
}
}
Loading