diff options
| author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-01-10 10:20:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-10 10:20:09 -0500 |
| commit | 6eccdb7b62d52f88e673ca4f389a697729286397 (patch) | |
| tree | 0e3778b6fdfabe76c665cb077291b9c8312b62b3 | |
| parent | 509e78be238829d30ce2cf62cfaae8b58afc0b7d (diff) | |
| download | googletest-6eccdb7b62d52f88e673ca4f389a697729286397.tar.gz googletest-6eccdb7b62d52f88e673ca4f389a697729286397.tar.bz2 googletest-6eccdb7b62d52f88e673ca4f389a697729286397.zip | |
Update .travis.yml
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 180728a6..738e1194 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,28 +11,34 @@ language: cpp matrix: include: - os: linux + group: deprecated-2017Q4 compiler: gcc sudo: true cache: install: ./ci/install-linux.sh && ./ci/log-config.sh script: ./ci/build-linux-bazel.sh - os: linux + group: deprecated-2017Q4 compiler: clang sudo: true cache: install: ./ci/install-linux.sh && ./ci/log-config.sh script: ./ci/build-linux-bazel.sh - os: linux + group: deprecated-2017Q4 compiler: gcc install: ./ci/install-linux.sh && ./ci/log-config.sh script: ./ci/build-linux-autotools.sh - os: linux + group: deprecated-2017Q4 compiler: gcc env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11 - os: linux + group: deprecated-2017Q4 compiler: clang env: BUILD_TYPE=Debug VERBOSE=1 - os: linux + group: deprecated-2017Q4 compiler: clang env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 - os: osx |
