Skip to content

Commit

Permalink
Travis Fix: npm strict-ssl=false for node v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Jan 19, 2014
1 parent 7d163a4 commit 5459f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,4 +3,5 @@ node_js:
- "0.10"
- "0.8"
- "0.6"
before_script: npm conf set strict-ssl false
script: npm run travis-test

3 comments on commit 5459f96

@feross
Copy link
Contributor

@feross feross commented on 5459f96 Jan 19, 2014

Choose a reason for hiding this comment

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

out of curiosity, why was this necessary?

@bencevans
Copy link
Owner Author

Choose a reason for hiding this comment

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

Should have been before_install. As npm changed it's SSL certificate type and Node v0.6 doesn't support it properly ... npm/npm#4379

@feross
Copy link
Contributor

@feross feross commented on 5459f96 Jan 19, 2014

Choose a reason for hiding this comment

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

Ah, right. Bravo for still supporting 0.6.

Please sign in to comment.