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

Bump fsevents from 1.1.2 to 1.2.13 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump fsevents from 1.1.2 to 1.2.13

d445b84
Select commit
Loading
Failed to load commit list.
Open

Bump fsevents from 1.1.2 to 1.2.13 #13

Bump fsevents from 1.1.2 to 1.2.13
d445b84
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 9, 2023 in 1m 59s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/npm_and_yarn/fsevents-1.2.13 branch. You should be able to reproduce it by checking out the branch locally.

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 Node.js
Operating System Linux (Xenial)
Node.js Version 12
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "12"
  ],
  "services": [
    "mongodb"
  ],
  "addons": {
    "code_climate": {
      "repo_token": "7e7a44e5cb29e088aa5ee2f7acb95a76aaeade8079c90865dedea8dafc5ed2f6"
    }
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ],
    "slack": [
      {
        "rooms": [
          {
            "secure": "WFr9sYFe7a7FC9o1kCh8GGCFyigapZeAiYFLNCIbWCUZgPQE7J+iMX604MVa5yCA6lhE5azsoW2JPaaOa1nz3a7Oez7hpC6yjHANgp2L4zcGTok3h2XDM2O6UULy2feNi4ZjU3wPT3dqaX9mUPC6kIUQTBv8VnjyfPVM9Go3gMaoCf4G5+oELcmP759lOAUGSX2XzXdCNZmXMPKOQe1RC63naMUQ0I0oTpghWYQXG8DhoByxI+uejB01MewopomhplhszwH48rzUHsOlhgj3nEtcgtXlpLrJWeBvvV/zzaB3LAEg2k2FQFcoV5+aETOSa3mABMqFkgo8j85od6bger0dyoarXgcIZsuKXuaLzdtNaRyspnFT+SqaEnkN9l1pnxjuhRMVfE7iQZ8+V+t0//uQDqfOETDklWShnPh1PyYoaprmwZl4uTP5bxoE9G1qg3QEHqNtmm1lvWd9PkO+gN6w/HzwzTcmeSMJbC9g8Y9NGbniwJF03UUQ7R5u3huqO6rKHBo3kxUH3Cg54y81ZJA9R6mdHqxWnxU9m92KZ6hVYU0tuDm1PndQHexqVas9KCe881R+w4idUaGFR4ApnWevAXK2ao+J10qbRkOEJuT17CofMsR00ZvPvyJtHTnrIIouemtlod3h+T6iRXikobY99Ry1m3/wpHvaQYCBo0U="
          }
        ],
        "on_success": "always",
        "on_failure": "always"
      }
    ]
  },
  "before_script": [
    "npm install -g codeclimate-test-reporter",
    "git clone https://github.com/weacast/weacast-core.git && cd weacast-core && yarn install && yarn link && cd .. && yarn link weacast-core"
  ],
  "after_script": [
    "codeclimate-test-reporter < coverage/lcov.info"
  ]
}