From e3482a500790d644226e86d692f5fddd447be701 Mon Sep 17 00:00:00 2001 From: Chris Garrett Date: Wed, 4 Mar 2020 10:10:09 -0800 Subject: [PATCH] [BUGFIX lts] Fixes Travis by removing matrix A recent change in the way Travis uses matrix broke our build. It seems like we aren't using the matrix setting anymore now that jobs are the way to do staging, so removing it for now to fix the build. (cherry picked from commit 948e98c0c8fbba6807e2d7d2ad8748d3c3364dec) --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7fcd4e6ff4..139347938b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,9 +34,6 @@ env: I/BFT0MbnR6JVCZiPV7TCWPgY1gvgZ6TEEIKGqauDMUBdL8ZK6I=' - secure: e0yxVfwVW61d3Mi/QBOsY6Rfd1mZd3VXUd9xNRoz/fkvQJRuVwDe7oG3NOuJ4LZzvMw7BJ+zpDV9D8nKhAyPEEOgpkkMHUB7Ds83pHG4qSMzm4EAwBCadDLXCQirldz8dzN5FAqgGucXoj5fj/p2SKOkO6qWIZveGr8pdBJEG1E= -matrix: - fast_finish: true - cache: yarn: true