We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d99dda commit cb25482Copy full SHA for cb25482
.travis.yml
@@ -1,6 +1,8 @@
1
language: node_js
2
before_install:
3
- - nvm install-latest-npm
+ # Old npm certs are untrusted https://github.com/npm/npm/issues/20191
4
+ - 'if [ "${TRAVIS_NODE_VERSION}" = "0.8" ]; then export NPM_CONFIG_STRICT_SSL=false; fi'
5
+ - 'nvm install-latest-npm'
6
matrix:
7
include:
8
- node_js: '0.8'
0 commit comments