Lamport oracle test #2
Open
Travis CI / Travis CI - Branch
succeeded
Sep 7, 2024 in 4m 4s
Build Passed
The build passed. This is a change from the previous build, which failed.
Details
This is a normal build for the lamportOracle-Test branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Node.js | OS | State |
---|---|---|---|
37.1 | 20 | Linux | passed |
37.2 | 20 | windows | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal), windows |
Node.js Version | 20 |
Build Configuration
{
"language": "node_js",
"os": [
"linux",
"windows"
],
"dist": "focal",
"node_js": [
"20"
],
"before_install": [
],
"script": [
"echo "PRIVATE_KEY=$PRIVATE_KEY" > .env",
"npm t"
]
}
Loading