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

Leverage ci-info for detecting CI environments. #8093

Open
rwjblue opened this issue Oct 7, 2018 · 1 comment
Open

Leverage ci-info for detecting CI environments. #8093

rwjblue opened this issue Oct 7, 2018 · 1 comment

Comments

@rwjblue
Copy link
Member

rwjblue commented Oct 7, 2018

npm's CLI recently migrated to using the ci-info package to know if the current environment is "CI". We should migrate our various process.env.CI or process.env.TRAVIS style checks to using require('ci-info').isCI.

Additional Info:

@bertdeblock
Copy link
Contributor

Does this also include the use of process.env.CI in the app blueprint, and thus adding ci-info as a direct dependency for new Ember apps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants