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

Update docs #146

Merged
merged 2 commits into from
Feb 7, 2024

typo

2f840ef
Select commit
Loading
Failed to load commit list.
Merged

Update docs #146

typo
2f840ef
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Feb 7, 2024 in 5m 49s

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 #146 Update docs.
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
839.1 14 Linux passed
839.2 16 Linux passed
839.3 18 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Versions 14, 16, 18
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "14",
    "16",
    "18"
  ],
  "before_install": [
    "pyenv install 3.7.9",
    "pyenv global 3.7.9",
    "pip install -r requirements.dev.txt"
  ]
}