Skip to content

Commit 3e1d2cb

Browse files
author
Joao
committed
Fix CI: dropping unsupported Node versions
1 parent ba44f0e commit 3e1d2cb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3-
- '6'
4-
- '5'
5-
- '4'
6-
- '0.12'
7-
- '0.10'
3+
- '14'
4+
- '12'
5+
- '10'

0 commit comments

Comments
 (0)