Skip to content

Commit

Permalink
chore(TravisCI): Remove deprecated matrix config section
Browse files Browse the repository at this point in the history
This config entry is deprecated, and has now started overwriting the
`jobs` section, causing build issues.

Connects pelias/pelias#850
  • Loading branch information
orangejulius committed Apr 7, 2020
1 parent 7b85e4d commit b176f80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ node_js:
- 8
- 10
- 12
matrix:
fast_finish: true
script: npm run travis
before_install:
- npm i -g npm
Expand Down

0 comments on commit b176f80

Please sign in to comment.