Skip to content

Commit 06ec2da

Browse files
authoredMay 4, 2020
Update .travis.yml
1 parent 234455a commit 06ec2da

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,7 +1,10 @@
11
language: node_js
22
branches: [master]
33
node_js:
4-
- "lts/boron"
5-
- "lts/carbon"
6-
- "current"
4+
- 14
5+
- 13
6+
- 12
7+
- 10
8+
- 8
9+
- 6
710
after_success: npm run coverage

0 commit comments

Comments
 (0)
Please sign in to comment.