diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-10-18 21:27:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 21:27:39 (GMT) |
commit | 723f26663f1585e5ac633dbdf7a5cfb669ff9ef5 (patch) | |
tree | d9a7a2706a61096a780d01849fb38ab8a7072c0d | |
parent | 663ef8636a62cef6b76870dddee82fa7ff8459a3 (diff) | |
download | googletest-723f26663f1585e5ac633dbdf7a5cfb669ff9ef5.zip googletest-723f26663f1585e5ac633dbdf7a5cfb669ff9ef5.tar.gz googletest-723f26663f1585e5ac633dbdf7a5cfb669ff9ef5.tar.bz2 |
Update .travis.yml
Testing increasing -ftemplate-depth to fix clang 3.9
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2b0ac21..b04d3ed 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 |