aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-04-10 11:28:16 -0400
committerGitHub <noreply@github.com>2018-04-10 11:28:16 -0400
commit8fbb4194709cc9fd3de3deb2b406461a173bab15 (patch)
tree54419f0370df3bd400667ec687a9a3a555d4d308 /.travis.yml
parenta072611118dfbdb12ca5d536e852029359e07581 (diff)
downloadgoogletest-8fbb4194709cc9fd3de3deb2b406461a173bab15.tar.gz
googletest-8fbb4194709cc9fd3de3deb2b406461a173bab15.tar.bz2
googletest-8fbb4194709cc9fd3de3deb2b406461a173bab15.zip
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.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8913e89a..aa914391 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