From c2f0889c5d94ec598377ca5104cf9885e51df9f8 Mon Sep 17 00:00:00 2001 From: eggplantzzz Date: Mon, 6 Jul 2020 15:08:45 -0400 Subject: [PATCH] Allow failures for node 8 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e74def95559..508da8d69b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,12 +18,11 @@ before_install: matrix: fast_finish: true - include: + allow_failures: - node_js: 8 env: FABRICEVM=true - node_js: 8 env: COVERAGE=true - allow_failures: - node_js: 8 env: COVERAGE=true