mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
use iojs 1.5.x, see iojs/io.js#1103 + iojs/io.js#1075
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "iojs-v1.4.1"
|
||||
- "iojs-v1.5.1"
|
||||
before_script:
|
||||
- cp "lib/config.example.js" "lib/config.js"
|
||||
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"
|
||||
},
|
||||
"engines": {
|
||||
"iojs": "1.4.x"
|
||||
"iojs": "1.5.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"canvas": "crafatar/node-canvas",
|
||||
|
||||
Reference in New Issue
Block a user