Switch Travis to newer macOS image and disable brew update (#2292)

Brew update takes almost half of the CI time pushing it close to time limit.
Newer macOS image contains newer hombrew which doesn't need to be updated.
This commit is contained in:
karliss 2020-07-16 21:07:42 +03:00 committed by GitHub
parent 313abbf50f
commit caabf1c739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,13 +72,13 @@ matrix:
- name: macOS QMake + Deploy - name: macOS QMake + Deploy
os: osx os: osx
osx_image: xcode10.3 osx_image: xcode11
env: BUILD_SYSTEM=qmake DEPLOY=1 env: BUILD_SYSTEM=qmake DEPLOY=1
before_install: ~ before_install: ~
- name: macOS CMake - name: macOS CMake
os: osx os: osx
osx_image: xcode10.3 osx_image: xcode11
env: BUILD_SYSTEM=cmake env: BUILD_SYSTEM=cmake
before_install: ~ before_install: ~
@ -124,7 +124,7 @@ dist: bionic
addons: addons:
homebrew: homebrew:
brewfile: scripts/Brewfile brewfile: scripts/Brewfile
update: true # update: true
before_install: before_install:
- pyenv global 3.7 - pyenv global 3.7