Commit 128badfa authored by native-api's avatar native-api Committed by xoviat
Browse files

In xcode 6.4, `brew update' breaks `brew' due to old `ruby'. (#125)

* Don't update homebrew
parent 677e6812
...@@ -11,6 +11,10 @@ cache: ...@@ -11,6 +11,10 @@ cache:
directories: directories:
- $HOME/.ccache - $HOME/.ccache
env:
global:
- HOMEBREW_NO_AUTO_UPDATE=1
matrix: matrix:
include: include:
- os: linux - os: linux
......
...@@ -5,10 +5,6 @@ rm_mkdir $BUILD_PREFIX ...@@ -5,10 +5,6 @@ rm_mkdir $BUILD_PREFIX
source configure_build.sh source configure_build.sh
source library_builders.sh source library_builders.sh
# set -e -x
if [ -n "$IS_OSX" ]; then brew update; fi
start_spinner start_spinner
suppress build_openssl suppress build_openssl
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment