File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,12 @@ node_js:
1515 - " 0.12"
1616 - " 0.10"
1717 - " 0.8"
18- - " 0.6"
1918before_install :
2019 # Old npm certs are untrusted https://github.com/npm/npm/issues/20191
21- - ' if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0. 8" ]; then export NPM_CONFIG_STRICT_SSL=false; fi'
20+ - ' if [ "${TRAVIS_NODE_VERSION}" = "0.8" ]; then export NPM_CONFIG_STRICT_SSL=false; fi'
2221 - ' nvm install-latest-npm'
2322install :
24- - ' if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0. 9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
23+ - ' if [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
2524matrix :
2625 fast_finish : true
2726 allow_failures :
You can’t perform that action at this time.
0 commit comments