Skip to content

Commit 6ec71e0

Browse files
RunDevelopmentmAAdhaTTah
authored andcommitted
Change tested NodeJS versions (#1651)
Remove Node 4 & 9 because both are EOL'd. Node 10 + current were added.
1 parent 4c66d72 commit 6ec71e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22
node_js:
3-
- '4'
43
- '6'
54
- '8'
6-
- '9'
5+
- '10'
6+
- 'node'
77
# Build all branches
88
branches:
99
only:

0 commit comments

Comments
 (0)