aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2019-01-10 18:20:44 -0500
committerGitHub <noreply@github.com>2019-01-10 18:20:44 -0500
commit2edadcedf350b175211642704d1ef5f739a31ca9 (patch)
treed22f010ef67c7541da21e2848be85dcd26eb2bb5 /.travis.yml
parent6693e85b04020266c21c83389f909e9179e3ca1d (diff)
downloadgoogletest-2edadcedf350b175211642704d1ef5f739a31ca9.tar.gz
googletest-2edadcedf350b175211642704d1ef5f739a31ca9.tar.bz2
googletest-2edadcedf350b175211642704d1ef5f739a31ca9.zip
Workaround homebrew issue
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fd8f7c65..3c52e78c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,9 +46,9 @@ matrix:
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS_GNUCXX=ON
- os: osx
compiler: gcc
- env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
+ env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 HOMEBREW_LOGS=~/homebrew-logs HOMEBREW_TEMP=~/homebrew-temp
- os: osx
- env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
+ env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 HOMEBREW_LOGS=~/homebrew-logs HOMEBREW_TEMP=~/homebrew-temp
if: type != pull_request
# These are the install and build (script) phases for the most common entries in the matrix. They could be included