Support Node.js v7, and keep testing for v5 in Travis CI.

This commit is contained in:
Jürg Lehni 2016-12-29 10:29:30 +01:00
parent 97abd80bab
commit e810039668
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ language: node_js
node_js:
- stable
- '6'
- '5'
- '4'
sudo: false
env:

View file

@ -34,7 +34,7 @@
"README.md"
],
"engines": {
"node": ">=4.0.0 <7.0.0"
"node": ">=4.0.0 <8.0.0"
},
"dependencies": {
"jsdom": "^9.4.0",