• Max Kellermann's avatar
    .travis.yml: use GTest 1.8.0 instead of HEAD · 89800324
    Max Kellermann authored
    Fixes strange C++11 compatibility problems during GTest installation:
    
     /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1249:1: error: unknown type name 'constexpr'
     constexpr bool TypedTestCaseIsDeprecated() { return true; }
    
     /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1249:11: error: expected unqualified-id
     constexpr bool TypedTestCaseIsDeprecated() { return true; }
    
     /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1254:1: error: unknown type name 'constexpr'
     constexpr bool RegisterTypedTestCase_P_IsDeprecated() { return true; }
    89800324
Name
Last commit
Last update
android Loading commit data...
build Loading commit data...
doc Loading commit data...
python/build Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
meson.build Loading commit data...
meson_options.txt Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...