From f9379a5619b358e86cdf88b533770f59e461b658 Mon Sep 17 00:00:00 2001 From: Matan Borenkraout Date: Tue, 27 Oct 2020 10:38:13 +0200 Subject: [PATCH] build: allow node latest build to fail This is due to a braking change in npx adding a -y flag --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index eae48ee7..9590dd11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ jobs: allow_failures: - REACT_DIST=next - REACT_DIST=experimental + - node_js: node include: - stage: release node_js: 14