diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-04-10 15:28:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 15:28:16 (GMT) |
commit | 8fbb4194709cc9fd3de3deb2b406461a173bab15 (patch) | |
tree | 54419f0370df3bd400667ec687a9a3a555d4d308 /.travis.yml | |
parent | a072611118dfbdb12ca5d536e852029359e07581 (diff) | |
download | googletest-8fbb4194709cc9fd3de3deb2b406461a173bab15.zip googletest-8fbb4194709cc9fd3de3deb2b406461a173bab15.tar.gz googletest-8fbb4194709cc9fd3de3deb2b406461a173bab15.tar.bz2 |
Include gcc on mac into PR matrix
There was an error that slipped through and only showed up on PR merge (https://travis-ci.org/google/googletest/jobs/364304396/config ) , we dont want that again
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8913e89..aa91439 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,6 @@ matrix: - os: osx compiler: gcc env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 - if: type != pull_request - os: osx compiler: clang env: BUILD_TYPE=Debug VERBOSE=1 |