Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- '7'
- '6'
- '4'
- '0.12'
- '0.10'
addons:
apt:
sources:
Expand All @@ -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
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"standard": "^8.5.0"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4"
},
"main": "./lib/canvas.js",
"license": "MIT"
Expand Down