aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2019-02-05 12:12:38 -0500
committerGitHub <noreply@github.com>2019-02-05 12:12:38 -0500
commit9a502a5b14b4a6160103c1f2c64331772878d86a (patch)
treea1ea429164c5eec3c10480228b5ab00bfc375101 /.travis.yml
parente28b50609e7886fbc2873c44bf0d2819fdf1d6fd (diff)
parent9df5475b8267e3b6e485bcb55febd208149e96af (diff)
downloadgoogletest-9a502a5b14b4a6160103c1f2c64331772878d86a.tar.gz
googletest-9a502a5b14b4a6160103c1f2c64331772878d86a.tar.bz2
googletest-9a502a5b14b4a6160103c1f2c64331772878d86a.zip
Merge pull request #2100 from ngie-eign/test-clang-osx-every-travis-run
Test out changes with clang/OSX each PR using Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b11fc641..4b90bd06 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,8 +48,8 @@ matrix:
compiler: gcc
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 HOMEBREW_LOGS=~/homebrew-logs HOMEBREW_TEMP=~/homebrew-temp
- os: osx
+ compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 HOMEBREW_LOGS=~/homebrew-logs HOMEBREW_TEMP=~/homebrew-temp
- if: type != pull_request
# These are the install and build (script) phases for the most common entries in the matrix. They could be included
# in each entry in the matrix, but that is just repetitive.
@@ -73,6 +73,13 @@ addons:
packages:
- g++-4.9
- clang-3.9
+ update: true
+ homebrew:
+ packages:
+ - ccache
+ - gcc@4.9
+ - llvm@3.9
+ update: true
notifications:
email: false