Rename bsv21 #66
Open
Rename bsv21 #66
Travis CI / Travis CI - Branch
succeeded
Jun 5, 2024 in 6m 59s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the rename-bsv21 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 | Node.js | OS | State |
---|---|---|---|
133.1 | 16 | macOS | passed |
133.2 | 18 | Linux | passed |
133.3 | 20 | windows | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"cache": {
"npm": false
},
"jobs": {
"include": [
{
"os": "osx",
"node_js": "16"
},
{
"os": "linux",
"node_js": "18"
},
{
"os": "windows",
"node_js": "20"
}
]
},
"script": [
"echo \"PRIVATE_KEY=$PRIVATE_KEY\" > ./tests/.env",
"npm t"
]
}
Loading