summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-11-26 20:44:23 (GMT)
committerGitHub <noreply@github.com>2018-11-26 20:44:23 (GMT)
commit87589af5ba5aef933af99a19495c25f929a43d5a (patch)
treeffab481665d3690cd3b42c29b87e874761a3915d /.travis.yml
parent28a3261fdf942d9b669ffafc5e7dbf641526ff27 (diff)
downloadgoogletest-87589af5ba5aef933af99a19495c25f929a43d5a.zip
googletest-87589af5ba5aef933af99a19495c25f929a43d5a.tar.gz
googletest-87589af5ba5aef933af99a19495c25f929a43d5a.tar.bz2
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2b0ac21..2a3cb8e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,6 +37,31 @@ matrix:
- 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: linux
+ sudo: true
+ compiler: gcc-6
+ env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - g++-6
+
+
+ - os: linux
+ sudo: true
+ compiler: gcc-7
+ env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - g++-7
+
+
- os: osx
compiler: gcc
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
@@ -67,5 +92,6 @@ addons:
- g++-4.9
- clang-3.9
+
notifications:
email: false