Travis's xcode8's homebrew is outdated

This commit is contained in:
Thomas Ferreira de Lima 2019-04-04 22:14:23 -04:00
parent d54d803301
commit 7c8896d9dc
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,7 @@ matrix:
homebrew:
packages:
- ccache
update: true
env:
- MATRIX_EVAL=""
- ARCHFLAGS="-std=c++11"
@ -333,6 +334,7 @@ matrix:
homebrew:
packages:
- ccache
update: true
env:
- MATRIX_EVAL="brew update; brew config; brew upgrade python; brew postinstall python; ls -l /usr/local/opt/python/libexec/bin/; shopt -s expand_aliases; alias python='/usr/local/opt/python/libexec/bin/python'; alias pip='/usr/local/opt/python/libexec/bin/pip';"
- ARCHFLAGS="-std=c++11"