mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
use nodejs v4.2.4 LTS, fixes #149
This commit is contained in:
parent
d8e9282ee7
commit
4e884b5497
@ -1,6 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- iojs-v2.0
|
||||
- 4.2.4
|
||||
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": {
|
||||
"iojs": "2.0.x"
|
||||
"node": "4.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"canvas": "^1.3.7",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user