From a49a1c764932c54ff24e74b50ea60f0ce629e91f Mon Sep 17 00:00:00 2001 From: jomo Date: Fri, 27 Feb 2015 18:55:44 +0100 Subject: [PATCH] iojs v1.4.1 --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c7ccc3..342c39c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "iojs-v1.3" + - "iojs-v1.4.1" before_script: - cp "lib/config.example.js" "lib/config.js" before_install: diff --git a/package.json b/package.json index 1da9fd1..63b57c7 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.3.x" + "iojs": "1.4.x" }, "dependencies": { "canvas": "crafatar/node-canvas",