From dd12572b1d21f594d64b3f1d62b3e9e69535a124 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 23 Apr 2021 14:30:50 +0100 Subject: [PATCH] Allow node16 build to fail for now --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4cffa0389b..e99bc92704 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ matrix: - node_js: "12" script: - ./node_modules/.bin/grunt no-coverage + allow_failures: - node_js: "16" script: - ./node_modules/.bin/grunt no-coverage