xcode8 does not support homebrew addon yet

This commit is contained in:
Thomas Ferreira de Lima 2018-12-18 18:11:56 -05:00
parent b06fe5817d
commit 213f2b16fa
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
2 changed files with 2 additions and 6 deletions

View File

@ -228,7 +228,7 @@ matrix:
- qt
update: true
env:
- MATRIX_EVAL=""
- MATRIX_EVAL="brew update; brew install qt" # homebrew addon fails for xcode8
- PYTHON_VERSION=B37
- MACOS_VERSION=ElCapitan
- KLAYOUT_BUILD=true
@ -271,7 +271,7 @@ matrix:
- qt
update: true
env:
- MATRIX_EVAL=""
- MATRIX_EVAL="brew update; brew install qt" # homebrew addon fails for xcode8
- PYTHON_VERSION=Sys
- MACOS_VERSION=ElCapitan
- KLAYOUT_BUILD=true

View File

@ -1,4 +0,0 @@
tap "homebrew/core"
brew "python3"
brew "python@2", link: false
brew "qt"