Skip to content

Commit

Permalink
Node 0.10 is dead now
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Oct 6, 2016
1 parent c6d070c commit 75d8594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sudo: false
language: node_js
node_js:
- "6.2"
- "4.4"
- "6.7"
- "4.6"
- "0.12"
- "0.10"

env:
global:
Expand All @@ -13,5 +12,5 @@ env:

matrix:
include:
- node_js: "4.4"
- node_js: "4.6"
env: BROWSER=1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
},
"main": "./lib/node/index.js",
"engines": {
"node": ">= 0.10"
"node": ">= 0.12"
}
}

0 comments on commit 75d8594

Please sign in to comment.