aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2019-02-04 15:30:37 -0500
committerGitHub <noreply@github.com>2019-02-04 15:30:37 -0500
commitf80d6644d4b451f568a2e7aea1e01e842eb242dc (patch)
tree94352e7954a7877a43d8fdb5a0029bb3a013930c /.travis.yml
parent5dfcd1bc422d59efa5f890a4a178da363557a617 (diff)
downloadgoogletest-f80d6644d4b451f568a2e7aea1e01e842eb242dc.tar.gz
googletest-f80d6644d4b451f568a2e7aea1e01e842eb242dc.tar.bz2
googletest-f80d6644d4b451f568a2e7aea1e01e842eb242dc.zip
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9948df07..b11fc641 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,11 +36,11 @@ matrix:
- os: linux
group: deprecated-2017Q4
compiler: gcc
- env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11 -Wgnu-zero-variadic-macro-arguments
+ env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux
group: deprecated-2017Q4
compiler: clang
- env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
+ env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 -Wgnu-zero-variadic-macro-arguments
- 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