Run brew update on macOS to fix travis CI failure (#623)

This commit is contained in:
Philipp Oppermann
2019-06-23 18:07:19 +02:00
committed by GitHub
parent 7003268b9f
commit d2e0d38218

View File

@@ -35,6 +35,7 @@ addons:
homebrew: homebrew:
packages: packages:
- qemu - qemu
update: true
install: install:
- if [ $TRAVIS_OS_NAME = windows ]; then choco install qemu; export PATH="/c/Program Files/qemu:$PATH"; fi - if [ $TRAVIS_OS_NAME = windows ]; then choco install qemu; export PATH="/c/Program Files/qemu:$PATH"; fi