Skip to content

Commit 049697b

Browse files
authored
Add node 10, 12, 14, 16, and React 17 to Travis test matrix
This gives us better test coverage.
1 parent 87923a3 commit 049697b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 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"
@@ -18,6 +22,7 @@ env:
1822
- REACT=15.4
1923
- REACT=15
2024
- REACT=16
25+
- REACT=17
2126
sudo: false
2227
matrix:
2328
fast_finish: true

0 commit comments

Comments
 (0)