Attempting to fix travis builds (homebrew outdated)

This commit is contained in:
Thomas Ferreira de Lima 2019-06-19 10:38:37 -04:00
parent d87c27b4cd
commit d0840eb66b
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 3 additions and 0 deletions

View File

@ -225,6 +225,7 @@ matrix:
homebrew:
packages:
- ccache
update: true
env:
- MATRIX_EVAL="brew install python2 || brew link --overwrite python@2" # deficient python2 in travis's xcode8.3 (no ssl)
- ARCHFLAGS="-std=c++11"
@ -281,6 +282,7 @@ matrix:
homebrew:
packages:
- ccache
update: true
env:
- MATRIX_EVAL="brew update; brew tap sashkab/python; brew install sashkab/python/python36; brew link --force --overwrite python36; shopt -s expand_aliases; alias python='/usr/local/opt/python36/bin/python3.6'; alias pip='/usr/local/opt/python36/bin/pip3.6';"
- ARCHFLAGS="-std=c++11"
@ -298,6 +300,7 @@ matrix:
homebrew:
packages:
- ccache
update: true
env:
- MATRIX_EVAL="brew update; brew tap sashkab/python; brew install sashkab/python/python35; brew link --force --overwrite python35; shopt -s expand_aliases; alias python='/usr/local/opt/python35/bin/python3.5'; alias pip='/usr/local/opt/python35/bin/pip3.5';"
- ARCHFLAGS="-std=c++11"