We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25795c0 commit 7fd9475Copy full SHA for 7fd9475
2 files changed
.travis.yml
@@ -1,6 +1,8 @@
1
sudo: false
2
language: node_js
3
node_js:
4
+ - '7'
5
+ - '6'
6
- '4.1.1'
7
- '0.12'
8
- '0.11'
package.json
@@ -30,7 +30,7 @@
30
"qunit": "./bin/cli.js"
31
},
32
"engines": {
33
- "node": ">=0.6.0 < 5.0"
+ "node": ">=0.6.0 < 8.0"
34
35
"scripts": {
36
"test": "node --harmony ./test/testrunner.js"
0 commit comments