Skip to content

Commit

Permalink
[BUGFIX lts] Fixes Travis by removing matrix
Browse files Browse the repository at this point in the history
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 948e98c)
  • Loading branch information
Chris Garrett authored and kategengler committed Mar 4, 2020
1 parent 7a78633 commit af950d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ env:
I/BFT0MbnR6JVCZiPV7TCWPgY1gvgZ6TEEIKGqauDMUBdL8ZK6I='
- secure: e0yxVfwVW61d3Mi/QBOsY6Rfd1mZd3VXUd9xNRoz/fkvQJRuVwDe7oG3NOuJ4LZzvMw7BJ+zpDV9D8nKhAyPEEOgpkkMHUB7Ds83pHG4qSMzm4EAwBCadDLXCQirldz8dzN5FAqgGucXoj5fj/p2SKOkO6qWIZveGr8pdBJEG1E=

matrix:
fast_finish: true

cache:
yarn: true

Expand Down

0 comments on commit af950d2

Please sign in to comment.