Skip to content

feat(annotations): apply sidebar lifecycle events to local store

069edbf
Select commit
Loading
Failed to load commit list.
Open

feat(annotations): apply sidebar lifecycle events to local store #762

feat(annotations): apply sidebar lifecycle events to local store
069edbf
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 2, 2026 in 11m 8s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #762 feat(annotations): apply sidebar lifecycle events to local store.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Node.js OS State
10450.1 Build 22 Linux passed
10450.2 Code Lint 22 Linux passed
10450.3 Unit Tests 22 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Version 22
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "22"
  ],
  "addons": {
    "apt": {
      "packages": [
        "libgconf-2-4"
      ]
    }
  },
  "cache": {
    "yarn": true,
    "directories": [
      "node_modules",
      "~/.cache/Cypress"
    ]
  },
  "before_install": [
    "curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.5",
    "export HUSKY_SKIP_HOOKS=1",
    "export NODE_OPTIONS=--openssl-legacy-provider",
    "export PATH=$HOME/.yarn/bin:$PATH",
    "export TZ=America/Los_Angeles"
  ],
  "jobs": {
    "include": [
      {
        "name": "Build",
        "script": [
          "yarn build"
        ]
      },
      {
        "name": "Code Lint",
        "script": [
          "yarn lint"
        ]
      },
      {
        "name": "Unit Tests",
        "script": [
          "yarn test"
        ]
      },
      {
        "name": "E2E Tests",
        "if": "fork = false",
        "script": [
          "travis_wait 60 yarn test:e2e"
        ]
      }
    ]
  },
  "notifications": {
    "email": [
      {
        "recipients": [
          "preview-dev@box.com"
        ]
      }
    ]
  }
}