Skip to content

Commit c80ffe2

Browse files
committed
Update TravisCI config for better test coverage
1 parent 6a74279 commit c80ffe2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: node_js
22
branches: [master]
33
node_js:
4-
- "lts/boron"
5-
- "lts/carbon"
6-
- "current"
4+
- 6
5+
- 7
6+
- 8
7+
- 9
8+
- 10
9+
- 11
710
script:
811
- npm run build
912
- npm run test

0 commit comments

Comments
 (0)