Skip to content

Commit ee3594f

Browse files
authored
Merge pull request #214 from shazron/issue_211
Fixes #211 - Remove node.js 0.10 and 0.12 testing support
2 parents b0e813a + ef484e3 commit ee3594f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ sudo: false
33
git:
44
depth: 10
55
node_js:
6-
- '0.10'
7-
- '0.12'
86
- '4'
97
- '6'
108
install:

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# http://www.appveyor.com/docs/appveyor-yml
33
environment:
44
matrix:
5-
- nodejs_version: "0.10"
6-
- nodejs_version: "0.12"
75
- nodejs_version: "4"
86
- nodejs_version: "6"
97

0 commit comments

Comments
 (0)