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 #12

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

Bump fsevents from 1.1.2 to 1.2.13

2e69dee
Select commit
Loading
Failed to load commit list.
Open

Bump fsevents from 1.1.2 to 1.2.13 #12

Bump fsevents from 1.1.2 to 1.2.13
2e69dee
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 9, 2023 in 2m 12s

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 #12 Bump fsevents from 1.1.2 to 1.2.13.
Any changes that have been made to the master 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 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": "804b4bcfe05e7945085e9695869c1c0e9e52a7b92cc6d7c23941250b1c2144d0"
    }
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ],
    "slack": [
      {
        "rooms": [
          {
            "secure": "Crbt7YxJNO/BaH0pR/JQFmuKsBua3lgdDWTpNl9aLRfXL9bZz0p1B7wikcHXKP9wYqlQiy08Ns1R8BTYu9oM6fHunUn/nA82wbS2hy/f0o1Sd3ONI1ywuVwWxcccJJxosqBKICD+qV4hyf41rhuu6SjUvBYALeCjw7gA+gC/OxT72KL5dKNZdAq5zKayfhKAjAqWpmYEwsTKg7c7v1UUB+98SSzzwzzv3fepgMZNnYREJNT6B6JBZc5WZSXNHpnYp74kHIGiDWHo782UGkR3TJkz5fKQk3v3ta23t7Dd/fqoanK/+UjmV2e9S6g2QaoDpDtsziErjGF2uwXwYRSZG7IL3A3bmtA1zjRVb5RJSrEFt1Q/HtCLeAuAo3Iu/eJk0NxZnuBgIKluSComM/k8m73Ml1Gl2WHeXYG+15pDk58RbLuYA7hwM4VGVFxJZYUisEc+09V7zI+gMv2bK6yAeIvooh/DsGq7hPErLFJkjFIS7xS6mmLAaM08J1eA+ytP2eMzjq/D5ZP8I1vrV086qCKOuZjRLENPi3+bnigEWFZDXQKfMB29Qnq7R4iALLNfpZ7dP8gSM8SHRVg/kGhk3620Q0PS5idUvY0OHR79x2pAB6/zcz7L1fndDsHyXxvw5iolwp/n+EOT2pavfSJrY6nKVmdz4K1RybNGzXMJSQQ="
          }
        ],
        "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",
    "git clone https://github.com/weacast/weacast-arpege.git && cd weacast-arpege && yarn install && yarn link && yarn link weacast-core && cd .. && yarn link weacast-arpege"
  ],
  "after_script": [
    "codeclimate-test-reporter < coverage/lcov.info"
  ]
}