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

Hide balloon panel while scrolling out of the limiter element. #14528

Review fixes.

de0fd0a
Select commit
Loading
Failed to load commit list.
Closed

Hide balloon panel while scrolling out of the limiter element. #14528

Review fixes.
de0fd0a
Select commit
Loading
Failed to load commit list.
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\"}"
  ]
}