From 0326000b427863d8df610b31076f69760f0ced5e Mon Sep 17 00:00:00 2001 From: jomo Date: Fri, 20 Mar 2015 09:17:55 +0100 Subject: [PATCH] iojs v1.6 --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f08e66b..b0dae38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "iojs-v1.5.1" + - "iojs-v1.6.0" before_script: - cp "lib/config.example.js" "lib/config.js" before_install: diff --git a/package.json b/package.json index b96218a..78ac5f7 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.5.x" + "iojs": "1.6.x" }, "dependencies": { "canvas": "crafatar/node-canvas",