aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-29 21:16:33 -0400
committerGitHub <noreply@github.com>2018-08-29 21:16:33 -0400
commit964748a9025309dfbfe3df4d173ca6a71f8c81c6 (patch)
tree13548866f2bbbaaf3c82d5ed5f72a2d1d9ae8184
parente8ebde4f21794da0055d62d2a88a66321c0c030c (diff)
downloadgoogletest-964748a9025309dfbfe3df4d173ca6a71f8c81c6.tar.gz
googletest-964748a9025309dfbfe3df4d173ca6a71f8c81c6.tar.bz2
googletest-964748a9025309dfbfe3df4d173ca6a71f8c81c6.zip
Update .travis.yml
-rw-r--r--.travis.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c7b8a1ea..33e3766a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,8 +30,16 @@ 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
compiler: clang
- env: BUILD_TYPE=Debug VERBOSE=1
- os: linux
compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11