From 506035e7ad76121e4af7732faa90d526d68e7b42 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 7 Apr 2020 07:38:42 -0700 Subject: [PATCH] chore(TravisCI): Remove deprecated `matrix` config section This config entry is deprecated, and has now started overwriting the `jobs` section, causing build issues. Connects pelias/pelias#850 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2a4831..b753cbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,6 @@ node_js: - 8 - 10 - 12 -matrix: - fast_finish: true script: npm run travis before_install: - npm i -g npm