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

Test against Node 8, update package-lock.json #329

Merged
merged 3 commits into from
Oct 23, 2017

Conversation

Throne3d
Copy link
Collaborator

@Throne3d Throne3d commented Oct 22, 2017

Node 8 has been out for a while, and should be supported as it seems likely a lot of the userbase will be using it. This PR adds it to the list of Node versions Travis tests, to make sure there are no idiosyncracies between the versions.

This PR also updates package-lock.json per recent changes to the package.json file. Travis looks like it might be stalling while having trouble running npm install (a problem parsing some JSON?) so this might fix that too.

Node 8 has been out for a while, and should be supported as it seems
likely a lot of the userbase will be using it. Test it in Travis to make
sure there are no idiosyncracies between the versions.
Some dependencies have changed version, and the package-lock.json file
hasn't been updated to reflect that. This rebuilds it to make it more in
line with the package.json file.
@Throne3d Throne3d changed the title Test against Node 8 Test against Node 8, update package-lock.json Oct 22, 2017
.travis.yml Outdated
@@ -4,3 +4,4 @@ after_success:
node_js:
- '6'
- '7'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove v7? Since it's not an LTS release.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems reasonable; done.

@coveralls
Copy link

coveralls commented Oct 22, 2017

Coverage Status

Coverage remained the same at 98.221% when pulling 05573ee on Throne3d:test/node-8 into db39ba2 on reactiflux:master.

@coveralls
Copy link

coveralls commented Oct 22, 2017

Coverage Status

Coverage remained the same at 98.221% when pulling 751b750 on Throne3d:test/node-8 into db39ba2 on reactiflux:master.

@coveralls
Copy link

coveralls commented Oct 23, 2017

Coverage Status

Coverage remained the same at 98.221% when pulling 751b750 on Throne3d:test/node-8 into db39ba2 on reactiflux:master.

@ekmartin ekmartin merged commit 569893a into reactiflux:master Oct 23, 2017
@ekmartin
Copy link
Member

Thanks 👍

@Throne3d Throne3d deleted the test/node-8 branch October 23, 2017 00:06
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.

3 participants