mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
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:
parent
2b145ef54c
commit
5e07db8a98
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue