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

Add Twitch JS API widget replacement placeholder #3050

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Add Twitch JS API widget replacement placeholder

df8f5f9
Select commit
Loading
Failed to load commit list.
Draft

Add Twitch JS API widget replacement placeholder #3050

Add Twitch JS API widget replacement placeholder
df8f5f9
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 30, 2025 in 1h 22m 5s

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 #3050 Add Twitch JS API widget replacement placeholder.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has eight jobs, running in parallel.

Job Python ENV OS State
8376.1 3.11 INFO="lint" Linux passed
8376.2 3.11 INFO="Chrome" BROWSER=google-chrome-stable Linux passed
8376.3 3.11 INFO="Chrome Beta" BROWSER=google-chrome-beta Linux passed
8376.4 3.11 INFO="Firefox" BROWSER=firefox Linux passed
8376.5 3.11 INFO="Firefox Beta" BROWSER=firefox Linux passed
8376.6 3.11 INFO="Firefox Nightly" BROWSER=firefox Linux passed
8376.7 3.11 INFO="Firefox ESR" BROWSER=firefox Linux passed
8376.8 3.11 INFO="Edge Beta" BROWSER=microsoft-edge-beta Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Python Version 3.11
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "sudo": true,
  "python": [
    "3.11"
  ],
  "jobs": {
    "fast_finish": true,
    "include": [
      {
        "env": [
          {
            "INFO": "\"lint\""
          }
        ],
        "node_js": "node"
      },
      {
        "env": [
          {
            "INFO": "\"Chrome\"",
            "BROWSER": "google-chrome-stable"
          }
        ],
        "addons": {
          "chrome": "stable"
        }
      },
      {
        "env": [
          {
            "INFO": "\"Chrome Beta\"",
            "BROWSER": "google-chrome-beta"
          }
        ],
        "addons": {
          "chrome": "beta"
        }
      },
      {
        "env": [
          {
            "INFO": "\"Firefox\"",
            "BROWSER": "firefox"
          }
        ],
        "addons": {
          "firefox": "latest"
        }
      },
      {
        "env": [
          {
            "INFO": "\"Firefox Beta\"",
            "BROWSER": "firefox"
          }
        ],
        "addons": {
          "firefox": "latest-beta"
        }
      },
      {
        "env": [
          {
            "INFO": "\"Firefox Nightly\"",
            "BROWSER": "firefox"
          }
        ],
        "addons": {
          "firefox": "latest-nightly"
        }
      },
      {
        "env": [
          {
            "INFO": "\"Firefox ESR\"",
            "BROWSER": "firefox"
          }
        ],
        "addons": {
          "firefox": "latest-esr"
        }
      },
      {
        "env": [
          {
            "INFO": "\"Edge Beta\"",
            "BROWSER": "microsoft-edge-beta"
          }
        ],
        "install": [
          "curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg",
          "sudo install -o root -g root -m 644 microsoft.gpg /usr/share/keyrings/",
          "sudo sh -c 'echo \"deb [arch=amd64 signed-by=/usr/share/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/edge stable main\" > /etc/apt/sources.list.d/microsoft-edge-beta.list'",
          "sudo rm microsoft.gpg",
          "sudo apt update",
          "sudo apt install microsoft-edge-beta"
        ]
      }
    ]
  },
  "before_script": [
    "travis_retry ./scripts/setup_travis.sh"
  ],
  "script": [
    ". ./scripts/run_travis.sh"
  ],
  "services": [
    "xvfb"
  ]
}