From 5558eaa81ef3cc47f2aeaf23818fae6aff166bb6 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 11 Apr 2019 16:13:37 +0700 Subject: [PATCH] Revert "Set NPM_CONFIG_STRICT_SSL=false for Node.js 0.8" This reverts commit cb25482a491fb426d14f424b048aea8d405583b6. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9e443c6..30f3977 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: node_js before_install: - # Old npm certs are untrusted https://github.com/npm/npm/issues/20191 - - 'if [ "${TRAVIS_NODE_VERSION}" = "0.8" ]; then export NPM_CONFIG_STRICT_SSL=false; fi' - - 'nvm install-latest-npm' + - nvm install-latest-npm matrix: include: - node_js: '0.8'