Skip to content

Commit 3037170

Browse files
author
Aurélien GASTON
committed
Drop support for node < 4 (Not maintained anymore)
1 parent 64603b1 commit 3037170

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: node_js
22
node_js:
3-
- '0.10'
4-
- '0.11'
5-
- '0.12'
63
- '4'
74
- '5'
85
- '6'
6+
- '7'
7+
- '8'
8+
- '9'
9+
- '10'
910
after_script: 'npm install coveralls && cat ./coverage/lcov.info | node_modules/.bin/coveralls'

0 commit comments

Comments
 (0)