summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-29 16:37:54 (GMT)
committerGitHub <noreply@github.com>2018-08-29 16:37:54 (GMT)
commite8ebde4f21794da0055d62d2a88a66321c0c030c (patch)
treea48777947b4e7cf75356171740e31b0aa3e0eb4a
parente103fa4f2a472a4bc217531ec075aabf56a785b9 (diff)
downloadgoogletest-e8ebde4f21794da0055d62d2a88a66321c0c030c.zip
googletest-e8ebde4f21794da0055d62d2a88a66321c0c030c.tar.gz
googletest-e8ebde4f21794da0055d62d2a88a66321c0c030c.tar.bz2
Testing, trying to figure out clang errors
Possibly related to travis env
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e17bc2..c7b8a1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,11 +30,9 @@ matrix:
compiler: gcc
env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux
- group: deprecated-2017Q4
compiler: clang
env: BUILD_TYPE=Debug VERBOSE=1
- os: linux
- group: deprecated-2017Q4
compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux