Skip to content

Commit e8540dc

Browse files
Merge pull request #430 from mckramer/node-versions
Drop support for EOL versions + test against current LTS
2 parents f8a4d69 + 36f8667 commit e8540dc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: node_js
22

33
node_js:
4-
- "0.10"
5-
- "0.12"
6-
- "4.0"
7-
- "4.1"
8-
- iojs
4+
- "4"
5+
- "6"
6+
- "8"
7+
- "9"
98

109
after_success: npm run coveralls
1110

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,8 @@
8383
"nyc": ">=2.2.1",
8484
"zap": ">=0.2.9"
8585
},
86+
"engines" : {
87+
"node" : ">=4.0.0"
88+
},
8689
"license": "MIT"
8790
}

0 commit comments

Comments
 (0)