Skip to content

Commit

Permalink
Removed support for Node.js < 4
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfson committed Nov 10, 2017
1 parent 96216e3 commit 9350261
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
sudo: false
node_js:
- "4.2"
- "0.12"
- "0.11"
- "0.10"
- "9"
- "8"
- "6"
- "4"
matrix:
allow_failures:
- node_js: "0.11"
- node_js: "9"

# Set up `apt` for `canvassmith`, based on `node-canvas` dependencies
# https://github.com/Automattic/node-canvas/blob/v1.3.0/.travis.yml#L14-L19
Expand All @@ -30,4 +30,8 @@ before_install:
- npm install -g [email protected]

notifications:
email: false
email:
recipients:
- [email protected]
on_success: change
on_failure: change
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"main": "src/smith.js",
"engines": {
"node": ">= 0.10.0"
"node": ">= 4.0.0"
},
"scripts": {
"precheck": "twolfson-style precheck src/ src-test/",
Expand Down

0 comments on commit 9350261

Please sign in to comment.