diff --git a/.travis.yml b/.travis.yml index 3a25554e9..eb0fcc120 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: node_js node_js: + - '7' - '6' - '4' - - '0.12' - - '0.10' addons: apt: sources: @@ -16,6 +15,4 @@ addons: - g++-4.9 env: - CXX=g++-4.9 -before_install: - - npm explore npm -g -- npm install node-gyp@latest sudo: false diff --git a/Readme.md b/Readme.md index 1e679c6dd..ed71402f8 100644 --- a/Readme.md +++ b/Readme.md @@ -29,7 +29,7 @@ $ npm install canvas Unless previously installed you'll _need_ __Cairo__ and __Pango__. For system-specific installation view the [Wiki](https://github.com/Automattic/node-canvas/wiki/_pages). -Currently the minimum version of node required is __0.10.0__ +Currently the minimum version of node required is __4.0.0__ You can quickly install the dependencies by using the command for your OS: diff --git a/package.json b/package.json index f87c02633..5ac28bc1a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "standard": "^8.5.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=4" }, "main": "./lib/canvas.js", "license": "MIT"