From 53d7c6c085aafed72484a7b01db8ed9856ebc159 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 27 Dec 2013 11:21:20 -0600 Subject: [PATCH] Fix node 0.6 tests with npm registry's new cert. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c24337562..84952e372 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,7 @@ branches: only: - master before_install: + - "[ $TRAVIS_NODE_VERSION != '0.6' ] || npm conf set strict-ssl false" - "([ $BUILD == 'legacy' ] || [ $BUILD == 'mobile' ] || [ $BUILD == 'modern' ]) && MAKE=true || true" - "([ $BUILD == 'compat' ] || [ $BUILD == 'legacy' ]) && COMPAT=true || true" - "[ $SAUCE_LABS == false ] || npm i ecstatic@\"~0.4.0\" request@\"~2.27.0\" sauce-tunnel@\"~1.1.0\""