Skip to content

Commit 8a0da51

Browse files
committed
Fix build on Node 0.8
1 parent db32c89 commit 8a0da51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ node_js:
1010
- "0.8"
1111
sudo: false
1212
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'
1315
- 'nvm install-latest-npm'
1416
matrix:
15-
fast_finish: true
17+
fast_finish: true

0 commit comments

Comments
 (0)