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

use html5 instead of jwplayer for direct link; omit downloading pwplayer code #920

Draft
wants to merge 4 commits into
base: development
Choose a base branch
from

Merge branch 'development' into html5-media-player

d055dd7
Select commit
Loading
Failed to load commit list.
Draft

use html5 instead of jwplayer for direct link; omit downloading pwplayer code #920

Merge branch 'development' into html5-media-player
d055dd7
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 22, 2023 in 50s

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 #920 use html5 instead of jwplayer for direct link; omit downloading pwplayer code.
Any changes that have been made to the development 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 PHP
Operating System Linux (Xenial)
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "env": [
    "global={:RUN_UNIT_TESTS=>\"\\\"yes\\\"\"}={:INSTALL_MEMCACHE=>\"\\\"yes\\\"\"}={:INSTALL_MEMCACHED=>\"\\\"yes\\\"\"}={:INSTALL_REDIS=>\"\\\"yes\\\"\"}={:RUN_PHPCS=>\"\\\"yes\\\"\"}={:RUN_UNIT_TESTS=>\"\\\"no\\\"\"}"
  ],
  "services": [
],
"before_script": [
"phpenv config-rm xdebug.ini",
"composer install"
],
"script": [
"if [[ $RUN_PHPCS == "yes" ]]; then libraries/vendor/bin/phpcs --report=full --standard=build/coding-standards/CWM .; fi",
"if [[ $RUN_UNIT_TESTS == "yes" ]]; then libraries/vendor/bin/phpunit --configuration travisci-phpunit.xml; fi"
],
"branches": {
"except": [
"JBSM6.2"
]
},
"jobs": {
"fast_finish": true,
"include": [
{
"php": "8.0",
"env": [
{
"INSTALL_APCU": ""yes"",
"INSTALL_MEMCACHE": ""no""
}
]
}
]
}
}