mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
use iojs 1.3, fixes #103
This commit is contained in:
parent
3910602002
commit
ebd42a1e0f
@ -1,7 +1,7 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "iojs-v1.2"
|
- "iojs-v1.3"
|
||||||
before_script:
|
before_script:
|
||||||
- cp "modules/config.example.js" "modules/config.js"
|
- cp "modules/config.example.js" "modules/config.js"
|
||||||
before_install:
|
before_install:
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
"test": "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": "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": {
|
||||||
"iojs": "1.2.x"
|
"iojs": "1.3.x"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"canvas": "crafatar/node-canvas",
|
"canvas": "crafatar/node-canvas",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user