Skip to content

Fixing typo

496a880
Select commit
Loading
Failed to load commit list.
Open

Fixing typo #412

Fixing typo
496a880
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded May 1, 2025 in 1m 39s

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 #412 Fixing typo.
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "branches": {
    "only": [
      "master",
      "develop",
      "/^\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/",
      "/^feature\\/issue-\\d+(-\\S*)?$/",
      "/^release\\/\\d+\\.\\d+(\\.\\d+)?$/",
      "/^release\\/(drs-)?\\d+\\.\\d+(\\.\\d+)?$/"
    ]
  },
  "jobs": {
    "include": [
      {
        "stage": "build_docs",
        "language": "node_js",
        "node_js": "12",
        "before_script": [
          "npm install -g @redocly/openapi-cli && npm install -g redoc-cli",
          "npm install -g @ga4gh/gh-openapi-docs@0.2.2-rc3"
        ],
        "script": [
          "gh-openapi-docs"
        ],
        "before_deploy": [
          "gem install bundler"
        ],
        "deploy": [
          {
            "provider": "pages:git",
            "cleanup": false,
            "edge": true,
            "on": {
              "all_branches": true
            },
            "keep_history": true,
            "token": "$GITHUB_TOKEN"
          }
        ]
      }
    ]
  }
}