aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorConor Burgess <Burgess.Conor@gmail.com>2018-08-17 17:15:32 +0100
committerGitHub <noreply@github.com>2018-08-17 17:15:32 +0100
commit687964c84f798ce331fc60f6b8f212410ef46b3c (patch)
tree20ed743afd555c46b91361cf864c76643f1d89b2 /.travis.yml
parentf11a8f9131584cf4009eca8af8a66e920c1b7391 (diff)
parent02a8ca87735601466d8c564344f9be493da84708 (diff)
downloadgoogletest-687964c84f798ce331fc60f6b8f212410ef46b3c.tar.gz
googletest-687964c84f798ce331fc60f6b8f212410ef46b3c.tar.bz2
googletest-687964c84f798ce331fc60f6b8f212410ef46b3c.zip
Merge branch 'master' into fix-argc
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2fbb3b16..0e17bc27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
# Build matrix / environment variable are explained on:
-# http://about.travis-ci.org/docs/user/build-configuration/
+# https://docs.travis-ci.com/user/customizing-the-build/
# This file can be validated on:
# http://lint.travis-ci.org/
@@ -37,20 +37,20 @@ matrix:
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
- if: type != pull_request
- os: osx
compiler: gcc
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
- if: type != pull_request
- os: osx
compiler: clang
env: BUILD_TYPE=Debug VERBOSE=1
if: type != pull_request
- os: osx
- compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
if: type != pull_request