diff options
author | Gennadiy Civil <misterg@google.com> | 2019-06-13 20:40:54 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-06-13 20:40:54 (GMT) |
commit | 7ada9b66be49265394dc7037e38986a0cbddb534 (patch) | |
tree | 6f799c8f261e7fe3b0bf7483252dff843a45af37 | |
parent | 807d590a224ea2409018ce2583495a64c065e95f (diff) | |
download | googletest-7ada9b66be49265394dc7037e38986a0cbddb534.zip googletest-7ada9b66be49265394dc7037e38986a0cbddb534.tar.gz googletest-7ada9b66be49265394dc7037e38986a0cbddb534.tar.bz2 |
Finish removing autotools
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 4b90bd0..61c51dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,12 +30,6 @@ 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 |