mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -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:
|
node_js:
|
||||||
- stable
|
- stable
|
||||||
- '6'
|
- '6'
|
||||||
|
- '5'
|
||||||
- '4'
|
- '4'
|
||||||
sudo: false
|
sudo: false
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
"README.md"
|
"README.md"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4.0.0 <7.0.0"
|
"node": ">=4.0.0 <8.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jsdom": "^9.4.0",
|
"jsdom": "^9.4.0",
|
||||||
|
|
Loading…
Reference in a new issue