Created
March 1, 2014 02:06
-
-
Save seldo/9283770 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been handled by Travis-CI. No need to add anything to the .yml file now.