File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -29,43 +29,51 @@ matrix:
2929
3030 # default builds for MacOS
3131 - os : osx
32+ language : generic
3233 osx_image : xcode7.3
3334 env :
3435 - MB_PYTHON_VERSION=2.7
3536 - ENABLE_CONTRIB=0
3637 - os : osx
38+ language : generic
3739 osx_image : xcode7.3
3840 env :
3941 - MB_PYTHON_VERSION=3.4
4042 - ENABLE_CONTRIB=0
4143 - os : osx
44+ language : generic
4245 osx_image : xcode7.3
4346 env :
4447 - MB_PYTHON_VERSION=3.5
4548 - ENABLE_CONTRIB=0
4649 - os : osx
50+ language : generic
4751 osx_image : xcode7.3
4852 env :
4953 - MB_PYTHON_VERSION=3.6
5054 - ENABLE_CONTRIB=0
5155
5256 # Contrib builds for MacOS
5357 - os : osx
58+ language : generic
5459 osx_image : xcode7.3
5560 env :
5661 - MB_PYTHON_VERSION=2.7
5762 - ENABLE_CONTRIB=1
5863 - os : osx
64+ language : generic
5965 osx_image : xcode7.3
6066 env :
6167 - MB_PYTHON_VERSION=3.4
6268 - ENABLE_CONTRIB=1
6369 - os : osx
70+ language : generic
6471 osx_image : xcode7.3
6572 env :
6673 - MB_PYTHON_VERSION=3.5
6774 - ENABLE_CONTRIB=1
6875 - os : osx
76+ language : generic
6977 osx_image : xcode7.3
7078 env :
7179 - MB_PYTHON_VERSION=3.6
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ function pre_build {
2424 echo " Running for OSX"
2525
2626 echo ' Installing QT4'
27+ brew update
2728 brew tap cartr/qt4
2829 brew tap-pin cartr/qt4
2930 brew install qt@4
You can’t perform that action at this time.
0 commit comments