From f9e52c7d7fb5121473d840bd8e1817d3a6eb9d18 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sun, 25 Apr 2021 16:17:10 +0100 Subject: [PATCH] add node16 to tests (allow fail) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5580cc9c..d30ad360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ matrix: allow_failures: - node_js: 16 include: + - node_js: 16 - node_js: 14 - node_js: 12 - node_js: 10