YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

setting strict ssl to false to allow compatibilty for node 0.6 #162

Closed ynachiket closed 10 years ago

ynachiket commented 10 years ago

The builds for node 0.6 failed as a result of the SSL CERT issues discussed here: https://github.com/isaacs/npm/issues/4379

Though this is not the most ideal thing to do, for supporting 0.6 this might have to be done atm. Some more discussion about it can be read at https://github.com/isaacs/npm-www/issues/185

pranavparikh commented 10 years ago

Thanks Nachiket for the PR