.travis.yml: stop requesting libffi & gettext from homebrew
commit83c3d1b417e27501ba4aa7ddf5f40380f7a255cb
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 23 Jan 2019 12:29:35 +0000 (23 12:29 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 8 Feb 2019 17:32:35 +0000 (8 17:32 +0000)
tree03602f964b38018841bc40490fdd61cb184dd622
parent7162fbb451e41f5e9e5dfbdadb9ab612a35d1499
.travis.yml: stop requesting libffi & gettext from homebrew

The default package set installed on macOS builders from Travis already
includes libffi and gettext as shown by log messages:

  Skipping install of libffi formula. It is already up-to-date.
  Using libffi
  Skipping install of gettext formula. It is already up-to-date.
  Using gettext

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml