From 049697bc8b82137e4873e31c828f86a1637e0076 Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Thu, 30 Sep 2021 07:07:22 -0500 Subject: [PATCH 1/2] Add node 10, 12, 14, 16, and React 17 to Travis test matrix This gives us better test coverage. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1898b4e..ed1ed63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: node_js node_js: + - "16" + - "14" + - "12" + - "10" - "8" - "6" - "4" @@ -18,6 +22,7 @@ env: - REACT=15.4 - REACT=15 - REACT=16 + - REACT=17 sudo: false matrix: fast_finish: true From 14947883ed242049ce35f8eb14c017705f9f4a70 Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Thu, 30 Sep 2021 07:14:47 -0500 Subject: [PATCH 2/2] Remove React 17 from Travis test matrix --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed1ed63..42ecca8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ env: - REACT=15.4 - REACT=15 - REACT=16 - - REACT=17 sudo: false matrix: fast_finish: true