From dfaa79b9c72f81f63b4e2416ecc6a2c1fd71ebc8 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 14 Mar 2015 01:23:16 +0100 Subject: [PATCH] use iojs 1.5.x, see iojs/io.js#1103 + iojs/io.js#1075 --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 342c39c..f08e66b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/package.json b/package.json index 63b57c7..b96218a 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.4.x" + "iojs": "1.5.x" }, "dependencies": { "canvas": "crafatar/node-canvas",