Skip to content

Commit dbe64ad

Browse files
committed
add nodejs versions to travis
1 parent 624079b commit dbe64ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ sudo: false
55
node_js:
66
- "8"
77
- "9"
8+
- "10"
9+
- "11"
10+
- "12"
11+
- "13"
12+
- "14"
13+
- "15"
14+
815

916
install:
1017
- npm install

0 commit comments

Comments
 (0)