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

update travis to run latest supported node version #25

Merged
merged 1 commit into from
Oct 25, 2015
Merged

update travis to run latest supported node version #25

merged 1 commit into from
Oct 25, 2015

Conversation

jesperronn
Copy link
Contributor

node 0.11 was actually unsupported by some of the packages (some required 0.10 or 0.12)

Reason for updating to 4.1:

  • latest that is installed in Travis (although 4.2 is released)
  • will work even though that we will get warnings from a few dependencies that wants 0.10 or 0.12

the warning

npm WARN engine karma@0.12.37: wanted: {"node":">=0.8 <=0.12 || >=1 <=2"} (current: {"node":"4.1.2","npm":"2.14.7"})

node 0.11 was actually unsupported by some of the packages (some required 0.10 or 0.12)

Reason for updating to 4.1:
* latest that is installed in Travis (although 4.2 is released)
* will work even though that we will get warnings from a few dependencies that wants 0.10 or 0.12

the warning

```
npm WARN engine karma@0.12.37: wanted: {"node":">=0.8 <=0.12 || >=1 <=2"} (current: {"node":"4.1.2","npm":"2.14.7"})
```
jesperronn added a commit that referenced this pull request Oct 25, 2015
update travis to run latest supported node version
@jesperronn jesperronn merged commit b46224c into corejavascript:master Oct 25, 2015
@jesperronn
Copy link
Contributor Author

I am merging myself, since it's merely a Travis change

@jesperronn jesperronn deleted the node_version branch October 25, 2015 06:39
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

Successfully merging this pull request may close these issues.

1 participant