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

feat: add TS libdef #81

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

ci: add nodejs 20 to test matrix

a59a56f
Select commit
Loading
Failed to load commit list.
Open

feat: add TS libdef #81

ci: add nodejs 20 to test matrix
a59a56f
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Apr 22, 2024 in 2m 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 #81 feat: add TS libdef.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Node.js OS State
592.1 20 Linux passed
592.2 18 Linux passed
592.3 16 Linux passed
592.4 14 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Versions 20, 18, 16, 14
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "20",
    "18",
    "16",
    "14"
  ],
  "cache": {
    "directories": [
      "$HOME/.npm",
      ".eslintcache"
    ]
  },
  "if": "tag IS blank",
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "l/hPv8EsH8+nBJnX/+8NPrccpfUHwClRqG90jtESr0ZlJjDoHoBbAWcUsAtg8qD+EWHvU4SmY9lE8TM5sdCy/fCJeQ3sJEYQr9WCFjiXjt7ahma9loNnenMa72X+PjPOL+8p0LNGqLmFdbSgWU50eQ1oDxlVj0OyHxcq3m7EB2qbD6yVGvdQ6zW3vdAyuwcC+12fYmOCsgrSexbgSghV3YYQh66sjxUTxzOognJ6iIP2DmKPU1OTnBqiV9RKAU73HPpIgGwwsTtF1Sxd0lTGGS65dIsgt+38L+UkIcF8MeP83zzA023VQSaclkjdm7Tv0bj7hhqyEy02Si2D0F2/Yx9XW/tKrA70Q4VW4TiP76k8YUF9lzqB6ISHI90rV9jvxwkEWke7pf18jBWaRfAKUmn58yweUmgATvzYlwXKPHilmOUUex130Qy/UGJ+oY8QANde0I2LnQjzQ4Sfppxe0pVB3VPsdR7CUYhxUAkV8BdwhWJ0BGHEeAA1XuVi2Xv7feAMCSTnc3hIxEHVVNYRqiVfK4huLXbgUAAUm8pIcXcEm+jfzvwUofq7nE3VAvnxeoWbrytiXhaLtdOtuCDX8m5g2zVWhLLcEF9t2utrXJaFPL36GmuXxDG6AiXpGzjfXDR+iwnwtaqSPYf1l19PPV8DNhofh3p6BFss17dIDxU="
          }
        ]
      }
    ]
  },
  "install": [
    "npm ci --ignore-scripts",
    "env -i PATH=$PATH npm rebuild"
  ],
  "script": [
    "npm run readme",
    "test -z \"$(git diff)\"",
    "npm run cover"
  ],
  "after_success": [
    "bash <(curl -s https://codecov.io/bash)"
  ],
  "deploy": [
    {
      "provider": "script",
      "skip_cleanup": true,
      "script": "semantic-release",
      "on": {
        "node_js": "20",
        "all_branches": true
      }
    }
  ]
}