iojs v1.6

This commit is contained in:
jomo 2015-03-20 09:17:55 +01:00
parent 13360430d9
commit 0326000b42
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:
- "iojs-v1.5.1" - "iojs-v1.6.0"
before_script: before_script:
- cp "lib/config.example.js" "lib/config.js" - cp "lib/config.example.js" "lib/config.js"
before_install: before_install:

View File

@ -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.5.x" "iojs": "1.6.x"
}, },
"dependencies": { "dependencies": {
"canvas": "crafatar/node-canvas", "canvas": "crafatar/node-canvas",