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 53452e3 commit 0ea5413Copy full SHA for 0ea5413
.travis.yml
@@ -1,10 +1,19 @@
1
language: node_js
2
node_js:
3
- - '0.11'
4
- - '0.10'
5
- - '0.8'
+ - "0.6"
+ - "0.8"
+ - "0.10"
6
+ - "0.12"
7
+ - "1.8"
8
+ - "2.5"
9
+ - "3.3"
10
+ - "4.4"
11
+ - "5.11"
12
+ - "6.2"
13
+sudo: false
14
before_install:
15
# Setup Node.js version-specific dependencies
16
+ - "test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev istanbul"
17
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
18
script:
19
# Run test script, depending on istanbul install
package.json
@@ -29,7 +29,7 @@
29
"index.js"
30
],
31
"engines": {
32
- "node": ">= 0.8"
+ "node": ">= 0.6"
33
},
34
"scripts": {
35
"test": "node test/run.js",
0 commit comments