From ab62875ab131259233b228ff825da7df5cbf1b6a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 12 Jan 2014 22:02:11 -0800 Subject: [PATCH] Use a more preferred command to enable npm on Node 0.6 in travis.yml. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 84952e372..79ea51511 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ branches: only: - master before_install: - - "[ $TRAVIS_NODE_VERSION != '0.6' ] || npm conf set strict-ssl false" + - "[ $TRAVIS_NODE_VERSION != '0.6' ] || npm config set ca \"\"" - "([ $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\""