use html5 instead of jwplayer for direct link; omit downloading pwplayer code #920
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""
}
]
}
]
}
}
Loading