ci: travis: ensure we update brew as well to avoid a problem on Travis
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 21 Feb 2020 08:15:53 +0000 (09:15 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 3 Mar 2020 21:14:35 +0000 (06:14 +0900)
commita1c05b5d90d3ac992d71e72268f7fe1541956c71
tree21bf71a3eab53760f230f335e0bd27ea2e6dd976
parent9d6176ba99edc94a02122fceaa487d521981910d
ci: travis: ensure we update brew as well to avoid a problem on Travis

We normally did not use update as it could take up a few minutes for
every macos build and the packages have been recent enough. Since a few
hours we see build problems now on Travis:
Error: Unknown command: bundle

A way to get them fixed (until Travis updates their images for macos) is
to use the update command.
https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/9

Also moving to a newer osx image here to avoid falling further behind on
the dependencies.
.travis.yml