Skip to content

Instantly share code, notes, and snippets.

@seldo
Created March 1, 2014 02:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seldo/9283770 to your computer and use it in GitHub Desktop.
Save seldo/9283770 to your computer and use it in GitHub Desktop.
This fix is from substack in the comments on here:
http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more
(apologies for being unable to permalink directly to the comment)
-----
In travis-ci you can work around this by setting:
before_install:
- npm config set ca ""
@jdalton
Copy link

jdalton commented Mar 1, 2014

This has been handled by Travis-CI. No need to add anything to the .yml file now.

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