diff options
author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2020-03-28 12:41:59 -0400 |
---|---|---|
committer | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2020-03-28 13:06:55 -0400 |
commit | 5504ded3ab5cdc0adcacd8ffe0d63587229e763d (patch) | |
tree | 21b4a58480baa0643fe5a747408c5d2f8eb93989 /googlemock/scripts/upload_gmock.py | |
parent | 67cc66080d64e3fa5124fe57ed0cf15e2cecfdeb (diff) | |
download | googletest-5504ded3ab5cdc0adcacd8ffe0d63587229e763d.tar.gz googletest-5504ded3ab5cdc0adcacd8ffe0d63587229e763d.tar.bz2 googletest-5504ded3ab5cdc0adcacd8ffe0d63587229e763d.zip |
Fix a typo in .travis.yml
The old code was trying to pass -Wgnu-zero-variadic-macro-arguments
as part of CXXFLAGS, but it forgot the quotation marks needed around
whitespace. This meant that option was ignored:
https://travis-ci.org/github/google/googletest/jobs/666534177#L760
Unfortunately, the codebase is not remotely clean with respect to that
warning option. It fails like this:
https://travis-ci.org/github/Quuxplusone/googletest/jobs/668118135
So, remove that failing configuration from the test matrix until
someone has time to look at it.
Diffstat (limited to 'googlemock/scripts/upload_gmock.py')
0 files changed, 0 insertions, 0 deletions