aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-10-18 14:27:39 -0700
committerGitHub <noreply@github.com>2018-10-18 14:27:39 -0700
commit723f26663f1585e5ac633dbdf7a5cfb669ff9ef5 (patch)
treed9a7a2706a61096a780d01849fb38ab8a7072c0d /.travis.yml
parent663ef8636a62cef6b76870dddee82fa7ff8459a3 (diff)
downloadgoogletest-723f26663f1585e5ac633dbdf7a5cfb669ff9ef5.tar.gz
googletest-723f26663f1585e5ac633dbdf7a5cfb669ff9ef5.tar.bz2
googletest-723f26663f1585e5ac633dbdf7a5cfb669ff9ef5.zip
Update .travis.yml
Testing increasing -ftemplate-depth to fix clang 3.9
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 2b0ac21a..b04d3ed2 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
+ env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS_GNUCXX=ON -ftemplate-depth=512
- os: osx
compiler: gcc
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11