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 72db4bf commit 2d4aab4Copy full SHA for 2d4aab4
.travis.yml
@@ -0,0 +1,16 @@
1
+language: node_js
2
+sudo: false
3
+node_js:
4
+ - "10"
5
+ - "9"
6
+ - "8"
7
+ - "6"
8
+ - "4"
9
+ - "iojs"
10
+ - "0.12"
11
+ - "0.10"
12
+ - "0.8"
13
+before_install:
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