From 1b47a42fcf042d05e88057fe89ac202c7d6acb34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 21 Apr 2021 16:26:56 +0200 Subject: [PATCH] chore: add tests for Node 16 --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e29d478..72d4e5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,10 @@ language: node_js notifications: email: false node_js: - - '10' - - '12' - - '14' + - 10 + - 12 + - 14 + - 16 script: npm run validate jobs: include: