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 doc with MATLAB support notice #3362

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

Merge pull request #1 from davidbuzinski/add-unsupported-notice

4de5e4f
Select commit
Loading
Failed to load commit list.
Open

Update doc with MATLAB support notice #3362

Merge pull request #1 from davidbuzinski/add-unsupported-notice
4de5e4f
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Apr 18, 2024 in 4m 9s

Build Passed

The build passed. This is a change from the previous build, which errored.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #3362 Update doc with MATLAB support notice.
Any changes that have been made to the master 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 (Bionic)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "branches": {
    "only": [
      "master"
    ]
  },
  "jobs": {
    "include": [
      {
        "name": "build site",
        "language": "python",
        "python": "3.8.3",
        "env": [
          {
            "global": "PATH=$HOME/.local/user/bin:$PATH"
          }
        ],
        "cache": {
          "pip": true,
          "directories": [
            "vendor/bundle",
            "node_modules",
            "$TRAVIS_BUILD_DIR/tmp/.htmlproofer"
          ]
        },
        "addons": {
          "apt": {
            "packages": [
              "libxml2-utils"
            ]
          }
        },
        "install": [
          "rvm use 2.6.3 --install",
          "bundle install --deployment",
          "sudo apt-get install libcurl4-openssl-dev"
        ],
        "script": [
          "bundle exec rake test",
          "xmllint --noout _site/feed.build-env-updates.xml"
        ]
      },
      {
        "name": "update dpl v2 docs",
        "if": "type = cron || commit_message =~ /ci:dpl/",
        "language": "shell",
        "cache": false,
        "install": [
          "rvm use 2.5.3"
        ],
        "script": [
          "git clone https://github.com/travis-ci/dpl.git",
          "cd dpl",
          "gem build dpl.gemspec",
          "gem install dpl-*.gem",
          "cd ..",
          "rm -rf dpl",
          "bin/dpl"
        ],
        "deploy": [
          {
            "pull_request": true,
            "provider": "git_push",
            "token": {
              "secure": "YHuTjIGKpG0A8QJ4kmdLfOW1n+62uLakXv0KjCzWExl22qLSn2frip3j8JsaeMfndsmNZBUfGoONVHvDS+PHnkbRMYf21SjgctpVfHRYZQ3pulexOViEQ6azRgCBWuPO8A+vAyxvjlV4e3UDGnt2x/0X/Tdg9iVf/zzBGjM0YX0="
            },
            "branch": "auto-dpl-v2-update-docs",
            "edge": {
              "branch": "master"
            }
          }
        ]
      }
    ]
  },
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "LPNgf0Ra6Vu6I7XuK7tcnyFWJg+becx1RfAR35feWK81sru8TyuldQIt7uAKMA8tqFTP8j1Af7iz7UDokbCCfDNCX1GxdAWgXs+UKpwhO89nsidHAsCkW2lWSEM0E3xtOJDyNFoauiHxBKGKUsApJTnf39H+EW9tWrqN5W2sZg8="
          }
        ],
        "on_success": "never"
      }
    ],
    "webhooks": [
      {
        "urls": [
          "https://docs.travis-ci.com/update_webhook_payload_doc"
        ]
      }
    ]
  }
}