Skip to content

Commit 27e649c

Browse files
committed
drop Node <4
1 parent 1ac913b commit 27e649c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ os:
33
- linux
44
language: node_js
55
node_js:
6-
- "0.10"
7-
- "0.11"
8-
- "0.12"
96
- "4"
107
- "5"
118
- "6"
9+
- "7"
1210
env:
1311
matrix:
1412
- TEST_SUITE=unit
1513
matrix:
1614
include:
17-
- node_js: "4"
15+
- node_js: "7"
1816
env: TEST_SUITE=lint
1917
script: npm run $TEST_SUITE

0 commit comments

Comments
 (0)