mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
update nodejs to 4.3.0 LTS
This commit is contained in:
parent
3620a63d14
commit
fe16821cb7
@ -1,6 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 4.2.4
|
||||
- 4.3.0
|
||||
sudo: false
|
||||
addons:
|
||||
apt:
|
||||
|
||||
@ -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"
|
||||
},
|
||||
"engines": {
|
||||
"node": "4.2.4"
|
||||
"node": "4.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"canvas": "^1.3.10",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user