TravisCI: switch to Trusty image. Closes #4953.

Drop workaround for gcc-4.8
This commit is contained in:
Chocobo1 2016-03-17 14:14:57 +08:00
parent e48649ac3e
commit 09194f8e1b
2 changed files with 69 additions and 48 deletions

View file

@ -642,7 +642,7 @@ QString Utils::Misc::osName()
{
// static initialization for usage in signal handler
static const QString name =
#ifdef QBT_USES_QT5
#if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
QString("%1 %2 %3")
.arg(QSysInfo::prettyProductName())
.arg(QSysInfo::kernelVersion())