Fix travis config to update homebrew for macOS (#298)

* fix homebrew outdated error

Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
Hyukwoo Park 2019-07-03 15:44:21 +09:00 committed by Boram Bae
commit 5e07db8a98

View file

@ -15,6 +15,7 @@ matrix:
os: osx
addons:
homebrew:
update: true
packages: [ autoconf, automake, cmake, libtool, ninja, pkg-config, icu4c ]
install:
- npm install
@ -120,4 +121,4 @@ matrix:
- name: "darwin.x64.release"
- name: "SonarQube"
# fast_finish: true
fast_finish: true