From 77a913f8584f5cb113d7688c983435c38d79c067 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 6 Aug 2019 16:34:43 +0100 Subject: [PATCH] Add Node 12 to full build matrix on Travis Having removed the ui test dependencies out of package.json we can remove the 'allow failures' flag from the node 12 build. Given how close Node 12 is to being LTS, we really need to pay proper attention to it. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14236730a..a101eecb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,3 @@ matrix: before_script: - npm install -g istanbul coveralls - node_js: "8" - allow_failures: - - node_js: "12"