Skip to content

Commit 525711b

Browse files
committed
Update CI test matrix.
1 parent f16e36d commit 525711b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
language: node_js
22
node_js:
3-
- "0.8"
3+
- "10"
4+
- "9"
5+
- "8"
6+
- "6"
7+
- "4"
8+
- "iojs"
9+
- "0.12"
410
- "0.10"
11+
- "0.8"
512
before_install:
6-
- npm config set ca ""
13+
# Old npm certs are untrusted https://github.com/npm/npm/issues/20191
14+
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.8" ]; then export NPM_CONFIG_STRICT_SSL=false; fi'
15+
- 'nvm install-latest-npm'
16+
sudo: false

0 commit comments

Comments
 (0)