Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 51e400f

Browse files
committed
Added engines to package.json, run Node v4 and v6 on Travis
1 parent 7fd349a commit 51e400f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.12"
5-
- "iojs"
3+
- "4"
4+
- "6"
65
script: npm run travis
76

87
before_install:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
1515
"travis": "npm run cover -- --report lcovonly"
1616
},
17+
"engines": {
18+
"node": ">=4.3.0 <5.0.0 || >=5.10"
19+
},
1720
"repository": {
1821
"type": "git",
1922
"url": "https://github.com/webpack/memory-fs.git"

0 commit comments

Comments
 (0)