Skip to content

Commit 9a7655b

Browse files
authored
udpating node versions for travis
1 parent a52fd0b commit 9a7655b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: node_js
22

33
node_js:
4-
- "5"
5-
- "6"
6-
- "7"
4+
- "8"
5+
- "9"
6+
- "10"
7+
- "11"
8+
- "12"
9+
- "13"
710

811
script:
912
- npm test

0 commit comments

Comments
 (0)