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

feat: Check for CI env var to catch unknown CI envs #130

Merged
merged 1 commit into from Aug 27, 2019
Merged

Commits on Aug 27, 2019

  1. feat: Check for CI env var to catch unknown CI envs

    This will let us know if a build is being ran in a CI system that we don't
    support. Most CI systems will set the `CI` env var to true, so this can give us
    a better understanding of how many folks are running in CI systems that we're
    not supporting.
    Robdel12 committed Aug 27, 2019
    Copy the full SHA
    bcd027d View commit details
    Browse the repository at this point in the history