From 613bf639a0446bf534a3272a89ff3e050e55fee8 Mon Sep 17 00:00:00 2001 From: Dane Summers Date: Sat, 10 Apr 2021 16:40:40 -0400 Subject: [PATCH] Removes node16 Not supported by travis yet. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56835fb..02c7b1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,4 @@ node_js: - "12" - "14" - "15" - - "16" script: npm test