Skip to content

Commit

Permalink
Unset strict SSL for node 0.6 in Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 27, 2013
1 parent d8c820c commit 7d0b935
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -3,4 +3,6 @@ node_js:
- "0.10"
- "0.8"
- "0.6"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] && npm conf set strict-ssl false || true'

0 comments on commit 7d0b935

Please sign in to comment.