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

Travis: use npm@3.10.7 #195

Merged
merged 1 commit into from Oct 13, 2016

Conversation

josephfrazier
Copy link
Member

Fixes #194

Note that there's an npm fix in progress. I've subscribed to it as well as the bug report, so I should be able to revert this once npm has been fixed.

@stefanbuck stefanbuck merged commit 61079fe into OctoLinker:master Oct 13, 2016
@josephfrazier josephfrazier deleted the travis-npm-3.10.7 branch October 13, 2016 06:01
stefanbuck pushed a commit that referenced this pull request Nov 18, 2016
(This is a follow-up to #195)

npm@4.0.2 is currently the 'latest' tag, and it has the [fix
npm/npm#14042

Note that we can't remove the `before_install` section quite yet,
because no Node.js release currently includes npm@4. On the other hand,
having Travis always use the latest npm might be a nice way to learn
about upcoming breakage...

I also had to regenerate npm-shrinkwrap.json, but it's
backwards-compatible, as shown here:
https://travis-ci.org/josephfrazier/browser-extension/builds/176915380

[fix

Commits:
- Regenerate npm-shrinkwrap.json with npm@latest (4.0.2)
Note that this shrinkwrap file is backwards-compatible with npm@3, so
developers shouldn't need to upgrade to npm@4 to install deps.
- travis: use npm@latest, not 3.10.7
npm@4.0.2 is currently the 'latest' tag, and it has the fix for
npm/npm#14042
Note that we can't remove the `before_install` section quite yet,
because no Node.js release currently includes npm@4.

Reviewer: Stefan Buck (stefanbuck)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Travis builds are failing
2 participants