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

Bump braces from 3.0.2 to 3.0.3 #342

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump braces from 3.0.2 to 3.0.3

325f6c9
Select commit
Loading
Failed to load commit list.
Open

Bump braces from 3.0.2 to 3.0.3 #342

Bump braces from 3.0.2 to 3.0.3
325f6c9
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 16, 2024 in 16m 25s

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 #342 Bump braces from 3.0.2 to 3.0.3.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Node.js OS State
2072.1 16 Linux passed
2072.2 18 Linux passed
2072.3 19 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal), macOS, windows
Node.js Versions 16, 18, 19
Xcode Versions xcode9.4, xcode14
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux",
    "osx",
    "windows"
  ],
  "dist": "focal",
  "node_js": [
    "16",
    "18",
    "19"
  ],
  "before_install": [
],
"osx_image": [
"xcode9.4",
"xcode14"
],
"jobs": {
"exclude": [
{
"osx_image": "xcode9.4",
"node_js": "18"
},
{
"osx_image": "xcode9.4",
"node_js": "19"
},
{
"osx_image": "xcode14",
"node_js": "16"
},
{
"if": "branch != master",
"node_js": "18"
},
{
"if": "branch != master",
"node_js": "19"
},
{
"if": "type = pull_request",
"os": "osx"
},
{
"if": "type = pull_request",
"os": "windows"
}
]
},
"script": [
"npm run genprivkey",
"npm t",
"echo "PRIVATE_KEY=$PRIVATE_KEY" > .env",
"if [ "$TRAVIS_EVENT_TYPE" == "cron" ] ; then sh ./scripts/testnet.sh; fi"
],
"notifications": {
"slack": [
{
"rooms": [
{
"secure": "CbhzWXY5zlDrpX5v3hws7rtO6piA5uJ3nfd4VCoVIvSAjTFX6a1sMbjZG4BUBiCIRQShqYjEbJYuVWRmm/O+xcPAsM08RuQy0TPYt/0EA0LPCO/VMwouuf8bOQ/LO9rKSXLSLR0NaC/SwdWeIWChanAXMqHmGk+TOgOKr9fUzDNYCN8/ELk8ki9C1WmJlUW+HmfkTbMu6lup6hY0vStY0gLoT8/No71MbLJ33yHPZicHYxXee3nGSX/vUdfd+hs9KTsVIo56cecTdWoOSD0KYq6y4nNsYKtRke8fnX32au238jGDWypXBSGU8IxDGIPNE4iwpxQ1WID27xZNGPIYLBwnYRMcGMC3ApSgQLTuXqqNU8ppJQ1UbleWZDNj1zbelt+7aHUNQZy3zuaPcckHF6LjZI8paETQvkzoaOGALwOtS1aWUn0GbqkRHjCFiD+GajZ+L3Zi8CKxpPv//ANHXvHQ+EX+9mPF+/vCBq0ZErIktwDbSN4J2iN19Zuqdzl25OGHkBc6q22r9Q2hWenzwe8iuutqEkHVHUy2KTeVnNn4SqQefXvvf+aKFuPD63HE9nN3PFWB3vlFMPV7/8KFFb1JJw/104z+1VYPQt9cJSIMralofV2JtabAN+ui7lnhvPgYA808spDu7JH7gPMDLMJWRP2rTqfsz4j77eurgQs="
}
],
"on_success": "change"
}
]
}
}