aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-29 21:21:42 -0400
committerGitHub <noreply@github.com>2018-08-29 21:21:42 -0400
commita83e98d0e7c7bddbaa1bb4d4558a63e97d5d97fc (patch)
tree887fb95cb5bc64d9cf66d509e6e10cf23d8b9be4
parent964748a9025309dfbfe3df4d173ca6a71f8c81c6 (diff)
downloadgoogletest-a83e98d0e7c7bddbaa1bb4d4558a63e97d5d97fc.tar.gz
googletest-a83e98d0e7c7bddbaa1bb4d4558a63e97d5d97fc.tar.bz2
googletest-a83e98d0e7c7bddbaa1bb4d4558a63e97d5d97fc.zip
Update .travis.yml
Bring travil yml back to the master branch state
-rw-r--r--.travis.yml12
1 files changed, 3 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 33e3766a..0e17bc27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,17 +30,11 @@ matrix:
compiler: gcc
env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux
- addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- - llvm-toolchain-precise-3.7
- packages:
- - clang-3.7
- env:
- - MATRIX_EVAL="CC=clang-3.7 && CXX=clang++-3.7" BUILD_TYPE=Debug VERBOSE=1
+ 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: linux