Travis: Try to make travis happy by temporary setting checkUnusedTemplates to true

This commit is contained in:
Daniel Marjamäki 2019-04-10 20:27:24 +02:00
parent 292b679aba
commit f6f8e2c192
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Settings::Settings()
checkConfiguration(false),
checkLibrary(false),
checkHeaders(true),
checkUnusedTemplates(false)
checkUnusedTemplates(true)
{
}