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

Map lts versions to semver in travis rule #66

Open
SamVerschueren opened this issue Feb 2, 2017 · 0 comments
Open

Map lts versions to semver in travis rule #66

SamVerschueren opened this issue Feb 2, 2017 · 0 comments

Comments

@SamVerschueren
Copy link
Owner

We now also support the nvm aliases lts/argon (Node.js 4) and lts/boron (Node.js 6). Currently the travis rule does not prevent something like this.

{
    "name": "my-module",
    "engines": {
        "node": ">=6"
    }
}
language: node_js
node_js:
  - lts/boron
  - lts/argon

The rule should fail indicating that lts/argon is not supported. This can be done by mapping these aliases their semantic version equivalent and work from that.

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

No branches or pull requests

1 participant