aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-14 15:34:13 -0400
committerGitHub <noreply@github.com>2018-09-14 15:34:13 -0400
commitfc2caf6485f7065787f081765c0282837323960b (patch)
tree625b927fbb247f69887e6e4591287fe3b4b126ae /.travis.yml
parentbc9df6ad46f4aab2717024e2d2bce9c3d56450d9 (diff)
downloadgoogletest-fc2caf6485f7065787f081765c0282837323960b.tar.gz
googletest-fc2caf6485f7065787f081765c0282837323960b.tar.bz2
googletest-fc2caf6485f7065787f081765c0282837323960b.zip
Update .travis.yml
Remove pre C++11
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 4e7413a4..4ec239fa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,25 +32,14 @@ matrix:
- 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
compiler: clang
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=Debug VERBOSE=1
- - os: osx
- compiler: gcc
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
- os: osx
- compiler: clang
- env: BUILD_TYPE=Debug VERBOSE=1
- if: type != pull_request
- - os: osx
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
if: type != pull_request