remove travis config (#7522)

* remove travis config

* remove more travis and appveyor stuff

* remove appveyor specific things
This commit is contained in:
Derek Bailey
2022-09-10 12:36:51 -07:00
committed by GitHub
parent b901598233
commit 89b1f5aa1b
11 changed files with 0 additions and 308 deletions

View File

@@ -685,9 +685,6 @@ bool SetGlobalTestLocale(const char *locale_name,
bool ReadEnvironmentVariable(const char *var_name,
std::string *_value = nullptr);
// MSVC specific: Send all assert reports to STDOUT to prevent CI hangs.
void SetupDefaultCRTReportMode();
enum class Case {
kUnknown = 0,
// TheQuickBrownFox