aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-10-19 12:27:17 -0700
committerGitHub <noreply@github.com>2018-10-19 12:27:17 -0700
commitf410177a8b54705bb5efaa7be4ef322153349187 (patch)
tree5eb4bd8ab46975936e0a4487db41eb249fc49261 /.travis.yml
parent723f26663f1585e5ac633dbdf7a5cfb669ff9ef5 (diff)
downloadgoogletest-f410177a8b54705bb5efaa7be4ef322153349187.tar.gz
googletest-f410177a8b54705bb5efaa7be4ef322153349187.tar.bz2
googletest-f410177a8b54705bb5efaa7be4ef322153349187.zip
Update .travis.yml
Revert attempted template depth fix , a real fix is coming
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b04d3ed2..2b0ac21a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ matrix:
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux
compiler: clang
- env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS_GNUCXX=ON -ftemplate-depth=512
+ 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