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 db32c89 commit 8a0da51Copy full SHA for 8a0da51
.travis.yml
@@ -10,6 +10,8 @@ node_js:
10
- "0.8"
11
sudo: false
12
before_install:
13
+ # Old npm certs are untrusted https://github.com/npm/npm/issues/20191
14
+ - 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.8" ]; then export NPM_CONFIG_STRICT_SSL=false; fi'
15
- 'nvm install-latest-npm'
16
matrix:
- fast_finish: true
17
+ fast_finish: true
0 commit comments