update to 4.4.0 LTS

I don't think nodejs understood the idea of 'LTS'
This commit is contained in:
jomo 2016-03-13 22:18:15 +01:00
parent 5a18fa155e
commit 9ed7fde061
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- 4.3.0 - 4.4.0
sudo: false sudo: false
addons: addons:
apt: apt:

View File

@ -31,7 +31,7 @@
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" "test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
}, },
"engines": { "engines": {
"node": "4.3.0" "node": "4.4.0"
}, },
"dependencies": { "dependencies": {
"canvas": "^1.3.10", "canvas": "^1.3.10",