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

Lamport oracle test #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

adjust file path

97c3e8a
Select commit
Loading
Failed to load commit list.
Open

Lamport oracle test #2

adjust file path
97c3e8a
Select commit
Loading
Failed to load commit list.
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"
]
}