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

new major version that returns {supported: Array<string>, unsupported: Array<string>} #2

Open
balupton opened this issue Jul 26, 2018 · 0 comments

Comments

@balupton
Copy link
Sponsor

balupton commented Jul 26, 2018

Travis CI allows for testing many versions, while marking some of the versions as allowed failures:

node_js:
- '6'
- '8'
- '10'
matrix:
  fast_finish: true
  allow_failures:
  - node_js: '6'

It would be nice if this package returned the following in the above instance:

{
  supported: ['8', '10'],
  unsupported: ['6'],
  all: ['6', '8', '10']
}
@balupton balupton changed the title new major version that returns new major version that returns {supported: Array<string>, unsupported: Array<string>} Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant