Skip to content

Commit 5ccfca9

Browse files
committed
breaking: not support node@4 any more, only support above 6
1 parent ef2f969 commit 5ccfca9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22

33
node_js:
4-
- "4"
5-
- "5"
64
- "6"
5+
- "7"
76

87
after_success:
98
- npm run coveralls

0 commit comments

Comments
 (0)