Skip to content

Commit ec223ff

Browse files
ci: update test matrix (#9)
ci: update test matrix
2 parents 58094fb + 7d5982f commit ec223ff

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+
- "12"
4+
- "11"
5+
- "10"
6+
- "8"
7+
- "6"
8+
- "4"
9+
- "iojs"
10+
- "0.12"
411
- "0.10"
12+
- "0.8"
513
before_install:
6-
- npm install -g npm@~1.4.6
14+
# Old npm certs are untrusted https://github.com/npm/npm/issues/20191
15+
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.8" ]; then export NPM_CONFIG_STRICT_SSL=false; fi'
16+
- 'nvm install-latest-npm'

0 commit comments

Comments
 (0)