mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Support Node.js v7, and keep testing for v5 in Travis CI.
This commit is contained in:
parent
97abd80bab
commit
e810039668
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ language: node_js
|
|||
node_js:
|
||||
- stable
|
||||
- '6'
|
||||
- '5'
|
||||
- '4'
|
||||
sudo: false
|
||||
env:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue