From f32d8e69d62063bd5027969c7b7f19a4ad8eea02 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Tue, 8 May 2018 07:29:05 +0200 Subject: [PATCH] add node 10 (current) test support (#661) * add node 10 (current) test support * allow failure for node 10 until https://github.com/jfurrow/flood/pull/659 is merged * fix matrix syntax --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 035457b3..02003f71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,11 @@ language: node_js node_js: - "8" - "9" + - "10" +matrix: + fast_finish: true + allow_failures: + - node_js: 10 before_script: - cp config.template.js config.js script: