We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16e36d commit 525711bCopy full SHA for 525711b
.travis.yml
@@ -1,6 +1,16 @@
1
language: node_js
2
node_js:
3
- - "0.8"
+ - "10"
4
+ - "9"
5
+ - "8"
6
+ - "6"
7
+ - "4"
8
+ - "iojs"
9
+ - "0.12"
10
- "0.10"
11
+ - "0.8"
12
before_install:
- - 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