aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authormisterg <misterg@google.com>2019-06-17 11:04:11 -0400
committerGennadiy Civil <misterg@google.com>2019-06-17 16:34:23 -0400
commitd1185b9ffd8f67786eacea5e2fd3c42d3f41deea (patch)
treeafacbaab62c8354656866ef79271f3489b0523db /.travis.yml
parent176eccfb8f42339b8ea2341e926f6835f7932bc4 (diff)
downloadgoogletest-d1185b9ffd8f67786eacea5e2fd3c42d3f41deea.tar.gz
googletest-d1185b9ffd8f67786eacea5e2fd3c42d3f41deea.tar.bz2
googletest-d1185b9ffd8f67786eacea5e2fd3c42d3f41deea.zip
Googletest export
Internal Change PiperOrigin-RevId: 253581166
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 61c51dd2..4b90bd06 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,12 @@ matrix:
- os: linux
group: deprecated-2017Q4
compiler: gcc
+ install: ./ci/install-linux.sh && ./ci/log-config.sh
+ script: ./ci/build-linux-autotools.sh
+ env: VERBOSE=1 CXXFLAGS=-std=c++11
+ - os: linux
+ group: deprecated-2017Q4
+ compiler: gcc
env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux
group: deprecated-2017Q4