diff --git a/.travis.yml b/.travis.yml index 09319fa..e72c4b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - "0.12" - - "iojs-v1.2" + - "iojs-v1.3" before_script: - cp "modules/config.example.js" "modules/config.js" before_install: diff --git a/package.json b/package.json index 2945261..2594cbe 100644 --- a/package.json +++ b/package.json @@ -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.2.x" + "iojs": "1.3.x" }, "dependencies": { "canvas": "crafatar/node-canvas",