Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Commit 04004a1

Browse files
authored
Update .travis.yml
The haxm-darwin Travis build has been failing due to HomeBrew version is out of date. So add the update step to the build script. Error: Your Homebrew is outdated. Please run `brew update`. Error: Kernel.exit
1 parent e3f02ce commit 04004a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ matrix:
88
homebrew:
99
packages:
1010
- nasm
11+
update: true
1112
script:
1213
- cd platforms/darwin
1314
- xcodebuild -configuration Debug -sdk macosx

0 commit comments

Comments
 (0)