From 1a28ea63af50c8451f9da02ddd03affe679759ab Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 7 Apr 2020 07:37:17 -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 ab2d6222..050fc72e 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