fix: 🐛 better typings, type tests, small validation addition #24
Travis CI / Travis CI - Pull Request
succeeded
Jul 26, 2024 in 1m 28s
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 #24 fix: 🐛 better typings, type tests, small validation addition.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in parallel.
Job | Node.js | ENV | OS | State | Notes |
---|---|---|---|---|---|
91.1 | 16 | HAPI_VERSION="20" | Linux | passed | |
91.2 | 16 | HAPI_VERSION="21" | Linux | passed | |
91.3 | 18 | HAPI_VERSION="21" | Linux | passed | |
91.4 | node | HAPI_VERSION="21" | Linux | passed | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Node.js Versions | 16, 18, node |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"node_js": [
"16",
"18",
"node"
],
"jobs": {
"fast_finish": true,
"allow_failures": [
{
"node_js": "node"
}
],
"exclude": [
{
"env": [
{
"HAPI_VERSION": "\"20\""
}
],
"node_js": "18"
},
{
"env": [
{
"HAPI_VERSION": "\"20\""
}
],
"node_js": "node"
}
]
},
"after_script": [
"npm run coveralls"
],
"env": [
"jobs={:HAPI_VERSION=>\"\\\"20\\\"\"}={:HAPI_VERSION=>\"\\\"21\\\"\"}"
],
"install": [
"npm install",
"npm install @hapi/hapi@$HAPI_VERSION",
"npm install @types/hapi__hapi@$HAPI_VERSION"
]
}
Loading