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

fix: 🐛 better typings, type tests, small validation addition #24

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

bust travis cache

3c220e6
Select commit
Loading
Failed to load commit list.
Open

fix: 🐛 better typings, type tests, small validation addition #24

bust travis cache
3c220e6
Select commit
Loading
Failed to load commit list.
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"
  ]
}