Hide balloon panel while scrolling out of the limiter element. #14528
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Pull Request
succeeded
Jul 20, 2023 in 24m 43s
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 #14528 Hide balloon panel while scrolling out of the limiter element..
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
25619.1 | lts\/\* | TRAVIS_JOB_TYPE=Tests | Linux | passed |
25619.2 | lts\/\* | TRAVIS_JOB_TYPE=Validation | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Jammy) |
Node.js Version | lts/* |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"addons": {
"chrome": "stable"
},
"branches": {
"only": [
"master",
"stable",
"release",
"/^v\\d+\\.\\d+\\.\\d+$/",
"/^(ck|cf|ci)\\/epic\\/\\d+/"
]
},
"services": [
"xvfb"
],
"node_js": [
"lts/*"
],
"cache": false,
"before_install": [
"export PUPPETEER_CACHE_DIR=$( pwd )/node_modules/.cache/puppeteer",
"export START_TIME=$( date +%s )",
"export COVERALLS_SERVICE_JOB_ID=$( TRAVIS_JOB_ID )",
"export COVERALLS_SERVICE_NAME=\"CKEditor5 code coverage\"",
"npm i -g yarn"
],
"install": [
"yarn install"
],
"script": [
"./scripts/ci/travis-check.js"
],
"after_script": [
"export END_TIME=$( date +%s )",
"ckeditor5-dev-ci-notify-travis-status"
],
"env": [
"jobs={:TRAVIS_JOB_TYPE=>\"Tests\"}={:TRAVIS_JOB_TYPE=>\"Validation\"}"
]
}
Loading