Update travis
authorkangax <kangax@gmail.com>
Thu, 23 Jan 2014 18:06:39 +0000 (13:06 -0500)
committerkangax <kangax@gmail.com>
Thu, 23 Jan 2014 18:07:10 +0000 (13:07 -0500)
.travis.yml

index 4321249..0cc3ae1 100644 (file)
@@ -4,7 +4,8 @@ node_js:
   - "0.8"
   - "0.10"
   - "0.11"
-
 branches:
   only:
     - gh-pages
+before_install:
+ - '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] && npm conf set strict-ssl false || true'