"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "4507205cf23d2befb1fceb33a77988b357dd2485"
Commit 4bb2b58c 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 b9071fc7
...@@ -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
......
...@@ -4,10 +4,6 @@ export BUILD_PREFIX="${PWD}/builds" ...@@ -4,10 +4,6 @@ export BUILD_PREFIX="${PWD}/builds"
rm_mkdir $BUILD_PREFIX rm_mkdir $BUILD_PREFIX
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