From 719aea2a584f415368022f489f4b13623e8ccafc Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 20 Apr 2021 18:38:35 +0100 Subject: [PATCH] Add Node 16 to travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 249e8a1e4..4cffa0389 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,6 @@ matrix: - node_js: "12" script: - ./node_modules/.bin/grunt no-coverage + - node_js: "16" + script: + - ./node_modules/.bin/grunt no-coverage