Travis: Try to make travis happy by temporary setting checkUnusedTemplates to true
This commit is contained in:
parent
292b679aba
commit
f6f8e2c192
|
@ -51,7 +51,7 @@ Settings::Settings()
|
||||||
checkConfiguration(false),
|
checkConfiguration(false),
|
||||||
checkLibrary(false),
|
checkLibrary(false),
|
||||||
checkHeaders(true),
|
checkHeaders(true),
|
||||||
checkUnusedTemplates(false)
|
checkUnusedTemplates(true)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue