Skip to content

Commit 4d31149

Browse files
test: add Node.js 12 and 13 in the test matrix
1 parent 81d7171 commit 4d31149

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- '8'
5-
- '10'
4+
- "8"
5+
- "10"
6+
- "12"
7+
- "13"
68
git:
79
depth: 1
810
matrix:

0 commit comments

Comments
 (0)