Skip to content

Commit cd50141

Browse files
committed
Only run in node >= 4
1 parent f70feae commit cd50141

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: node_js
2+
node_js:
3+
- "4"
4+
- "6"
5+
- "8"
6+
- "9"
7+
28
sudo: false
39
cache:
410
directories:
511
- node_modules
612

7-
env:
8-
- NODE_VERSION=0.10
9-
- NODE_VERSION=0.12
10-
- NODE_VERSION=iojs
11-
1213
branches:
1314
only:
1415
- master

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"devDependencies": {
2828
"mocha": "^1.21.4",
2929
"mocha-jshint": "^1.1.0"
30+
},
31+
"engines": {
32+
"node": ">= 4.0"
3033
}
3134
}

0 commit comments

Comments
 (0)