Skip to content

Commit 6001a7f

Browse files
authored
Merge pull request #30 from airbnb/lencioni-patch-1
Add node 10, 12, 14, 16 to Travis test matrix
2 parents 87923a3 + 1494788 commit 6001a7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: node_js
22
node_js:
3+
- "16"
4+
- "14"
5+
- "12"
6+
- "10"
37
- "8"
48
- "6"
59
- "4"

0 commit comments

Comments
 (0)